How do I have gallery-dl look for a specific extension? #7221
-
I'm trying to download the recently released jfk files (2.3k pdfs) and gallery-dl doesn't show the pdf urls when I use the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is currently no option to scan a webpage for files with a specific filename extension. |
Beta Was this translation helpful? Give feedback.
-
That will work. Thanks. |
Beta Was this translation helpful? Give feedback.
There is currently no option to scan a webpage for files with a specific filename extension.
You could try
wget
with-A.pdf
instead:wget -r -l1 -nd -A.pdf <URL>