Gallery-dl: Daily API rate limit exceeded (Tumblr)

Created on 25 Oct 2020  路  6Comments  路  Source: mikf/gallery-dl

I can't download, while other social networks are downloaded without problems, what should I add to the configuration?

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings