-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to download images from deviantart or artstation by browsing #2970
Comments
Searching is kind of broken for deviantart. (#2954) Searching on artstation should return the same result as the website does, though. ...
rename
|
Thank you! It works well by changing |
Anything other than 'query/q' and 'sort_by' does not get recognized with the current version of gallery-dl, so your I've implemented support for such filters in commit 6992d01, so this and using 'query' instead of 'q' will be fixed in the next release. (or you use/install the dev version) |
I tried to download images by browsing from deviantart or artstation. For example, I only wanted to download portraits, so I used commands like
gallery-dl "https://www.deviantart.com/search/deviations?q=portrait"
gallery-dl "https://www.artstation.com/search?sort_by=likes&query=portrait"
. However, these commands download the wrong images, which are not portraits. How can I download specific images by browsing from deviantart or artstation?The text was updated successfully, but these errors were encountered: