Skip to content
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

deviantart search unsupported #538

Closed
buptjz opened this issue Dec 25, 2019 · 4 comments
Closed

deviantart search unsupported #538

buptjz opened this issue Dec 25, 2019 · 4 comments

Comments

@buptjz
Copy link

buptjz commented Dec 25, 2019

Seems that gallery-dl does not support deviantart search results

No suitable extractor found for 'https://www.deviantart.com/search/deviations?order=popular-all-time'

@mikf
Copy link
Owner

mikf commented Dec 25, 2019

It doesn't (yet) support the new Eclipse-layout search URLs, but the old ones work:

$ gallery-dl https://www.deviantart.com/popular-all-time/?
/tmp/deviantart/Popular/all-time/deviantart_627759995_Remember Me~.jpg
/tmp/deviantart/Popular/all-time/deviantart_77205431_the Spring.jpg
…

(The /? at the end is necessary, otherwise it interprets "popular-all-time" as a potential username)

@buptjz
Copy link
Author

buptjz commented Dec 26, 2019

It doesn't (yet) support the new Eclipse-layout search URLs, but the old ones work:

$ gallery-dl https://www.deviantart.com/popular-all-time/?
/tmp/deviantart/Popular/all-time/deviantart_627759995_Remember Me~.jpg
/tmp/deviantart/Popular/all-time/deviantart_77205431_the Spring.jpg
…

(The /? at the end is necessary, otherwise it interprets "popular-all-time" as a potential username)

Oh, Ok, Thanks a lot!

@mikf mikf closed this as completed in 939fec8 Jan 5, 2020
@ghost
Copy link

ghost commented Jan 20, 2020

@mikf
Copy link
Owner

mikf commented Jan 20, 2020

You can search for words, but only in the "Popular 24 hours/1 week/1 month/All time" categories:

Searching inside a user profile, on the other hand, is not supported by the OAuth API and I'd rather not deal with the Eclipse interface anymore …

You could use --filter to search "manually", though:

$ gallery-dl -o metadata=1 --filter "'comics' in tags" https://www.deviantart.com/karladraws14/gallery 

mikf added a commit that referenced this issue Feb 22, 2023
(#538, #1264, #2954, #2970, #3577)

Requires login to fetch any results, since the API endpoint raises an
error for not logged in requests.

TODO: parse HTML search results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants