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
94 stars 17 forks source link

Nhentai api doesnt reflect correct created_at updated_at values #53

Closed Nega-ve closed 11 months ago

Nega-ve commented 11 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 11 months ago

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

AlexandreSenpai commented 11 months ago

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