Releases: FicHub/fichub-cli
Releases · FicHub/fichub-cli
v0.4.5
Changes
- Set Connection Timeout: 6.1s & Read Timeout: 300s
- Bugfix: Json metadata not saving if last URL in the input list is
not supported
v0.4.4
Changes
- Added a Retry & Timeout to the GET requests
v0.4.3
Changes
- Added better logging for
--meta-json
with "Processing" and "Fetched" status when --debug
mode is enabled.
v0.4.2
Changes
- Added the feature to use
--out-dir
with --meta-json
- Fixed a bug with output file path generation by using
os.path.join()
instead of string concatenation
- Cleaned up the
requirements.txt
v0.4.1
Changes
- Refactored
fichub_cli/utils/fetch_data.py
- Added timestamp to the metadata json file
v0.4
Changes
- Fixed a
KeyError
when a fanfic's metadata is not found
- Removed 'Royal Road' from the supported site list
- Added the feature to read a file for the
--meta-json
flag
- It will take either an URL or a file as input by default
- It will also output the metadata in a
json
file in both cases
v0.3.9
Changes
- Fixed a formatting bug in the err.log
v0.3.8
Changes
- Added a new feature which appends all the unsupported URLs or failed downloads into
an err.log
file in the current directory.
v0.3.7
Changes
- Added
--verbose
option which shows the Total chapters and Last scrape info in the progressbar.