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

Nhentai api doesnt reflect correct created_at updated_at values #53

Closed Nega-ve closed 6 months ago

Nega-ve commented 7 months ago

Manga class defaulting to current datetime

enma.source_manager.set_source(source_name="nhentai") nh_source = cast(NHentai, enma.source_manager.source) nh_source.set_config(config=config)

doujin = enma.get(171558) print(doujin.updated_at)

AlexandreSenpai commented 7 months ago

Thanks for sharing the issue. I'm going to proceed with the fix

AlexandreSenpai commented 6 months ago

The new version is now available! pip install Enma==2.2.0