gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

[config] allow specifying input file inside the config

Open allendema opened this issue 6 months ago • 2 comments

$ cat ww.json

#
"base-directory": "ww",
"input-files": ["~/urls.txt", "./relative.txt", "file_in_basedir.txt"]
#

So that for each specified file, --input-file $FILE is implied.

gallery-dl --config ww.json

allendema avatar Aug 19 '24 17:08 allendema