Tumblr "No suitable extractor" #3034
Replies: 2 comments 3 replies
-
Sounds like gallery-dl cannot find some of your credentials and falls back to the default keys. You can check what credentials get used by enabling debug output when running gallery-dl on a Tumblr URL:
The 4 values should be called "tumblr": {
"api-key": "***",
"api-secret": "***",
"access-token": "***",
"access-token-secret": "***"
}, (You will probably have to redo the
Those are also valid blog URLs? Currently only |
Beta Was this translation helpful? Give feedback.
-
As rautamiekka noted, tumblr uses or used both forms of address, blog name first or after the slash (the former is unfortunate, as one can't find the tumblr pages easily within a bookmark list). I found the problem for my original post. In https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractortumblrapi-key--api-secret you say the keys are named "OAuth Consumer Key" and "Secret Key", and in your answer above you say "api-key" and "api-secret". It appears they actually need to be named "OAuth-Consumer-Key" and "Secret-Key" (with hyphens). So you may want to modify those texts. TY. |
Beta Was this translation helpful? Give feedback.
-
(TY for the help with deviantart, now on to tumblr). I obtained "OAuth Consumer Key" and "Secret Key" from tumblr, and "access-token" and "access-token-secret" from gallery-dl oauth:tumblr, and added all 4 credentials to the tumblr section of %appdata%\gallery-dl\config.json. But
"gallery-dl https://www.tumblr.com/babyanimalgifs" just gives:
"[gallery-dl][error] No suitable extractor found for 'https://www.tumblr.com/babyanimalgifs'".
And
"gallery-dl https://babyanimalgifs.tumblr.com" gives:
[tumblr][info] Daily API rate limit exceeded
[tumblr][info] Register your own OAuth application and use its credentials to prevent this error: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractortumblrapi-key--api-secret
[tumblr][error] Aborting - Rate limit will reset at 02:30:02
(and I haven't downloaded anything from tumblr today).
I also tried other safe blog pages, no difference.
Beta Was this translation helpful? Give feedback.
All reactions