Releases: FicHub/fichub-cli
Releases · FicHub/fichub-cli
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6
Changes
-
Refactored code to make it compatible with the plugins
-
Moved
--get-urls
option to thefichub-cli-metadata
plugin and renamed it
as--fetch-urls
- It also saves the output as txt files in the current directory as
ao3_works_list.txt
andao3_series_list.txt
- It also saves the output as txt files in the current directory as
-
Added
output.log
for downloads tracking- It appends the URL to the
output.log
and whenever the CLI is restarted,
it checks for pre-existingoutput.log
and compares it with input URLs and skips
if there are conflicts.
- It appends the URL to the
-
Logging to file only when using
--log
-
Loguru was logging was not logging anything to file when using
--log
unless--debug
was being used. Now it will only log
to file if--log
is used -
Changed License from MIT to Apache-2.0
v0.5.3
Bugfix: CLI crashes if the output directory doesnt exists If the output directory doesnt exist, the CLI crashes. Added an exception which will catch it & exit safely and also added a prompt which will ask the user if they want the CLI to create the directory at the start of CLI execution.