We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use the -output flag I expected the files to be downloaded into the directory specified.
-output
-output=/mnt/media/$mydirectory
I get the following :
/mnt/media/$mydirectory/comics/$source/$name
The documentation doesn't mention this behaviour. Is there an option not to prepend with folders?
The text was updated successfully, but these errors were encountered:
Hi @mikebell,
comics/$source/$name is the default folder structure that is being created and there's no way to avoid this by using an option.
comics/$source/$name
The documentation doesn't mention this behaviour
I will edit the README to mention this behaviour.
Sorry, something went wrong.
Hey @mikebell,
After a while of thinking, I've decided to take into consideration your proposal, soon there will be a new release.
0aa817c
prepare version 0.30 - Fixes #89
9d104f4
No branches or pull requests
When I use the
-output
flag I expected the files to be downloaded into the directory specified.I get the following :
The documentation doesn't mention this behaviour. Is there an option not to prepend with folders?
The text was updated successfully, but these errors were encountered: