Replies: 5 comments 1 reply
-
Frankly, not sure what to think of this.. I get what you mean, but, to be honest, I don't think that gallery-dl is the right tool for this. I mean, what are you asking for here? To download and parse some random HTML document from the web? If you want an honest suggestion, use your shell to do this and match your desired links with some regex, or use the Python route with something like BeautifulSoup |
Beta Was this translation helpful? Give feedback.
-
Thanks for your suggestion! |
Beta Was this translation helpful? Give feedback.
-
The (You can check all detected URLs with It does, however, only download from recognized URLs and |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thank you @mikf for help! |
Beta Was this translation helpful? Give feedback.
-
Gallery-dl is a fantastic tool, and "r:URL" proves to be very powerful when the URL link is not officially supported. However, there is an issue when the links in the web page are in text format instead of being in hyperlink form, as gallery-dl cannot process them.
For instance, the following command won't work with the screens images:
gallery-dl -D c:\temp\test --filesize-min 50k "r:https://thepiratebay.org/description.php?id=70685244"
If you have any solutions or suggestions, please help!
Beta Was this translation helpful? Give feedback.
All reactions