I can't download, while other social networks are downloaded without problems, what should I add to the configuration?
You'll have to provide your own API key
https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractortumblrapi-key--api-secret
Help set up gallery-dl.conf
How parameters are indicated
"tumblr":
{
"avatar": false,
"external": false,
"inline": true,
"posts": "all",
"reblogs": true
OAuth Consumer Key: bla-bla
Secret Key: bla-bla
},
as described on the page I just linked:
{
"extractor": {
"tumblr": {
"api-key": "what",
"api-secret": "ever"
}
}
}
Working! Greatest Program!
@kattjevfel
as described on the page I just linked:
{ "extractor": { "tumblr": { "api-key": "what", "api-secret": "ever" } } }
No, that link lacks documentation about what the json-keys are of the OAuth Consumer Key and the Secret Key.
They are not present in https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl.conf either.
Mrakobes666 confusion was very valid.
@kattjevfel
as described on the page I just linked:
{ "extractor": { "tumblr": { "api-key": "what", "api-secret": "ever" } } }No, that link lacks documentation about what the json-keys are of the OAuth Consumer Key and the Secret Key.
They are not present in https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl.conf either.Mrakobes666 confusion was very valid.
???
I literally just took the information on that page and made an example config snippet, I based the whole comment on the documentation.
The part I linked is exactly about api-key and api-secret, and it mentions a Consumer Key, and a Secret Key, with a little common sense you can figure out where these go, with one out two options already filled.