Skip to content
Discussion options

You must be logged in to vote

I'm assuming your are setting options per URL in your -i input file like

-filename="fn1.jpg"
https://example.org/file1.jpg

In that case, the filename setting here overrides any other filename, even if given by -o.

What you can do to allow changing them with -o is prefix them with extractor. inside the -i file:

-extractor.filename="fn1.jpg"
https://example.org/file1.jpg

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@petrarislin
Comment options

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