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

Add a way to get the japanese (secondary) title #3

Closed ghost closed 3 years ago

ghost commented 3 years ago

Currently you can only get the main title with the .title attribute, but you can't get the secondary title It would be a great addition if you added a way to get it

AlexandreSenpai commented 3 years ago

Hi Mattlau04, thanks for the feedback. I'll be adding this feature today. Soon you'll be able to upgrade the lib through pip.

AlexandreSenpai commented 3 years ago

Done. follow git tag v0.0.3. read the README.md

ghost commented 3 years ago

Thanks!

AlexandreSenpai commented 3 years ago

You can upgrade lib by pip install --upgrade NHentai-API