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

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