-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple ebook formats & ebook_name config (#5)
* Bump version: 0.5.1 → 0.5.2 Added the feature to download multiple ebook formats simultaneously * fix: Error when --download-ebook flag is false * Bump version: 0.5.2 → 0.5.3 Added fic_id, author_id, author_url & fandom columns and renamed favs column to favorites * cleanup: dead code * fix: URL encoding issue * fix: File hash issue Refactored the code in `fichub.py` to save the hash & download_url for the fic correctly * refactor: Removed fichub.py override Moved the `response["meta"]` code to the core CLI so the override is not needed anymore. The plugin now depends on fichub-cli>=0.8.2 * fix: KeyError 'meta' for fics which do not exist Changed the Exception Handler from catching only Attribute Errors to all Errors * refactor: Added traceback to the error msgs * Bump version: 0.5.3 → 0.5.4 Added priority based processing for the rawExtendedMeta & extraMeta where it will process it in this order: rawExtendedMeta >> extraMeta >> None * fix: Import error * fix: genres keyname * Bump version: 0.5.4 → 0.6.0
- Loading branch information
Showing
12 changed files
with
136 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.5.1 | ||
current_version = 0.6.0 | ||
commit = True | ||
tag = False | ||
parse = ^ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.