How do I skip downloading all files with a certain extension? (What arguments does --skip accept?) #331
-
Trying to get bdfr to skip downloading all .txt files. Tried using --skip txt, --skip .txt, --skip *txt, to no avail. How can I get this to work? Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Answered by
Serene-Arc
May 2, 2021
Replies: 1 comment 1 reply
-
It should work with you specifying |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ymgenesis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should work with you specifying
txt
or.txt
. If it isn't working with that, could you open an issue with a submission that should be skipped but isn't so I can investigate?