arzkar
released this
28 Jan 09:29
Multiple ebook formats & ebook_name config (#20)
* Bump version: 0.8.1 → 0.8.2
Added the feature to download multiple ebook formats simultaneously
* fix: Plugins not being added
* fix: URL encoding issue
* fix: File hash issue
Refactored the code in `fichub.py` to save the hash & download_url
for the fic correctly
* chore: Added `meta` props to the files dictionary
* Bump version: 0.8.2 → 0.8.3
Added `filename_format` feature where users can configure the file
name for the book as per the props mentioned in the README
* refactor: Exception Handler
Changed the Exception Handler from catching only Attribute Errors
to all Errors
* fix: Remove extraMeta prop from the filename_format options
* fix: Rename meta key's id to ichub_id to avoid conflict
* fix: Hardcoded filename_formats to ensure backwards compatibility with future API updates
* fix: Remove unsafe chars from the filename
* Bump version: 0.8.3 → 0.8.4
Added priority based processing for the rawExtendedMeta & extraMeta
where it will process it in this order:
rawExtendedMeta >> extraMeta >> None
* refactor: extraMeta processing
* Bump version: 0.8.4 → 0.9.0