AlexandreSenpai / Enma

Enma is a Python library designed to fetch and download manga and doujinshi data from many sources including Manganato and NHentai.
MIT License
80 stars 16 forks source link

Feature: Exposing missing nhentai tag types #60

Closed Nega-ve closed 5 months ago

Nega-ve commented 6 months ago

This feature exposes all remaining nhentai tag 'types' associated with a manga through the existing Manga class -

[ group, parody, character, language and category ]

These tags use the existing Genre class with addition of attribute url : str within the class.

Existing users of the api will be inconvenienced: The author attribute has been modified to use List[genre] instead of List[str] in order to expose the 'artist' url from nhentai.

Optional: Consider renaming of Genre class to Tags