What's new in v0.0.4 ?
- New feature: added
Mangadex.extract_basic_info()
to grab all information in manga without the chapters. - New feature: added
data_saver
argument inMangadex.extract_info()
andMangadex.download()
to use low quality and size image. - Enchantment: now mangadex-downloader will always using API for fetching information and chapters for manga, NOTE: for grabbing manga id still need scrapping from main website.
- Enchantment: Improved verbose logger.
- Bug fix: fixed failed to create folder when downloading manga in windows OS.
Additional Note
language
argument inMangadex
class,MangadexFetcher
class, andmangadex_downloader.parser.parse_infos()
(this function is removed too) is removed, until i explore all languages code in mangadex, right now mangadex-downloader will fetch and download in English language by default.