Skip to content

Are command-line options enough to run gallery-dl or do I need to learn JSON scripting? #4984

Closed Answered by thatfuckingbird
EnchantedSIMCard asked this question in Q&A
Discussion options

You must be logged in to vote

You need to put the URL in quotes, the download error you get now is because the command line tries to interpret it first before passing it to gallery-dl so only part of the URL gets passed, as seen in the error message (this is not specific to gallery-dl, this is how the command line works).

Is there a way to run with just command-line options or do I need to do JSON scripting?

You can pass options on the command line with the -o flag like -o "option=value" but in my experience you will be better off with the config file for anything non-trivial.

Should I tough it out and use the "gallery-dl.conf" they have as an example and write the commands myself? From the configuration.rsf, it co…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@EnchantedSIMCard
Comment options

@mikf
Comment options

@EnchantedSIMCard
Comment options

Answer selected by EnchantedSIMCard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants