Skip to content

Releases: FicHub/fichub-cli

v0.4.5

13 Jan 22:28
Compare
Choose a tag to compare

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

12 Jan 13:05
Compare
Choose a tag to compare

Changes

  • Added a Retry & Timeout to the GET requests

v0.4.3

11 Jan 12:11
Compare
Choose a tag to compare

Changes

  • Added better logging for --meta-json with "Processing" and "Fetched" status when --debug mode is enabled.

v0.4.2

11 Jan 11:50
Compare
Choose a tag to compare

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

10 Jan 11:32
Compare
Choose a tag to compare

Changes

  • Refactored fichub_cli/utils/fetch_data.py
  • Added timestamp to the metadata json file

v0.4

09 Jan 23:26
Compare
Choose a tag to compare

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

14 Oct 16:35
Compare
Choose a tag to compare

Changes

  • Fixed a formatting bug in the err.log

v0.3.8

06 Oct 18:55
Compare
Choose a tag to compare

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

20 Jul 18:34
Compare
Choose a tag to compare

Changes

  • Added --verbose option which shows the Total chapters and Last scrape info in the progressbar.

v0.3.6

27 Jun 20:40
22a8653
Compare
Choose a tag to compare

Changes

  • Improved progress messages & fixed a few uneven colorama styling

  • Added extra metadata that is currently accessible using Fichub API which can be fetched using the --meta-json flag. This closes #9