passing options to an input file #8531
Answered
by
mikf
freely2597
asked this question in
Q&A
-
|
is it possible to pass an option or filter to one of the urls in an input file? there's one url in an input file that i want to run with a filter date flag but i don't know how to pass it to that singular url because i add the flag to my script but it'll run on the entire input file |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Nov 9, 2025
Replies: 1 comment 2 replies
-
|
Add a line starting with For details: gallery-dl/gallery_dl/__init__.py Lines 398 to 425 in a9018d1 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
freely2597
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a line starting with
-before the input file URL.For details:
gallery-dl/gallery_dl/__init__.py
Lines 398 to 425 in a9018d1