aboutsummaryrefslogtreecommitdiff
path: root/henti.py
blob: 4d9a62955110c075a63bd9c82d4f8a9ce733ab6c (plain)
1
2
3
4
5
6
7
from hentai import Hentai
from hentai import Format

def get_title(sauce): 
    # get hentai title in readable format
    henti_title = str(Hentai(sauce).title(Format.Pretty))
    return henti_title