Closed m-haisham closed 3 years ago
Errors are now colored red in verbose mode
Downloading 9 chapters, done.
Some notable changes since last comment
novel has been set as the default sub-command.
Which means that this command
novelsave novel https://dummynovels.com/novel/after-the-rebirth-of-the-film-emperor/ -u -p -c
can be shortened to this
novelsave https://dummynovels.com/novel/after-the-rebirth-of-the-film-emperor/ -u -p -c
and it would work as if novel has been passed to it
Previously it was possible to use id of the novel from webnovel in place of url like so
novelsave novel 19235170105741505 -u -p -c
This has now been removed.
--no-input
New flag added to the base parser
Tells the program to disable interactivity
Only useful when using --reset
and --delete
flags of sub-command list. This will automatically refuse the confirmation thus cancelling the commands.
--yes
New flag added to sub-command list
To be used in conjunction with --reset
and --delete
, It skips the confirmation prompt.
When used along with --no-input
this will take precedence.
I've renamed some arguments to be more comprehensive in to their purpose
--use-cookies <browser>
renamed to --cookies-from <browser>
-d
--dir
renamed to --save-dir
UI/UX Overhaul
Another UI/UX overhaul aimed at increasing user experience
Changes
Verbose mode
Verbose mode has been made default and this the flag
--verbose
has been removed and the flag--plain added
plain mode is the opposite of verbose mode, it only shows the necessary texts. Which means no progress bars, no colors, and no escape codes.
Startup banner
The banner can be toggled on and off like shown below
Prefixes
Prefixes have been removed
[-]
[✓]
[✗]
[!]
Give very little information in combination with textLoader
loader style has been changed to suit the changes to prefix
Overall