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

[Flickr] Invalid API Key (Key has expired) #6300

Closed naruepanart closed 2 weeks ago

naruepanart commented 2 weeks ago

How can I solve this problem?

mikf commented 2 weeks ago

The same thing as in #4332 happened again.

You can get your own key by following these steps: https://gdl-org.github.io/docs/configuration.html#extractor-flickr-api-key-api-secret

{
    "extractor": {
        "flickr": {
            "api-key": "abcdefg",
            "api-secret": "zyxwvu"
        }
    }
}
naruepanart commented 2 weeks ago

OK, I received this error in version 1.27.5 (below)

[flickr][warning] Skipping photo 53961562317 (ZeroDivisionError: division by zero)

But, version 1.27.4 is working.

Done.