Filtering keywords in an input file #7839
Unanswered
powerfulsaber
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No, that's not possible. Anything inside an input file is just taken as is. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to have gallery-dl skip processing a link in an input file if it fails to pass a filter on a keyword already present in the file? I want to avoid making unnecessary connections when the input file already contains the information needed for the filter to operate.
For example, if I apply this filter to the input file below:
'cat' in title.lower()
, it should immediately skip the first two links and start processing the third link (and afterward the last link). Currently, it connects to the link first and then filters afterward for all links.Moreover, is there a way for gallery-dl to create an input file for a supported site with all or a select few keywords set? So if I use
https://www.erome.com/explore
, it should create an input file containing a list of album links with keywords set for each one.Beta Was this translation helpful? Give feedback.
All reactions