mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

Cant DL specific tumblr archive (NSFW) #2223

Closed voreman567 closed 2 years ago

voreman567 commented 2 years ago

Hi so whenever I try to download this user's blog, https://www.tumblr.com/blog/view/cutechubbygirly, it gives me the message no suitable extractor found. And when I use cutechubbygirly.tumblr.com/archive, it gives me the message no user or post could be found, which is wrong. Is there a way I could download her content? Also when I go to the archive page, it gives me Guru Meditation #h3115173.a98fca75a7eec48522c6b5bc5f17bd8 with a white background for some reason. Using verbose also show me any new information.

mikf commented 2 years ago

You need to run gallery-dl oauth:tumblr to get an access-token and access-token-secret value.

It will tell you it has written those two values to your cache file, but, if that doesn't properly work, you can also copy-paste them into your config file:

        "tumblr": {
            "access-token": "...",
            "access-token-secret": "..."
        },