Mike Fährmann

Results 577 comments of Mike Fährmann

Some galleries don't seem to allow accessing and downloading their original quality archive. For this one in particular, 1280p is the best available format: `-o format=1280`

You can specify which [`actions`](https://gdl-org.github.io/docs/configuration.html#extractor-actions) to take when encountering a certain logging message. ``` json "actions": { "warning:500 Internal Server Error": "wait 1200" } ```

I've added a global [`input-files`](https://gdl-org.github.io/docs/configuration.html#input-files) option (https://github.com/mikf/gallery-dl/commit/b46169cfd24f41732fec9aa5bf75bbf298d85be0). Is this good enough? Should I change anything? edit: > Additional# input files.

> The challenge doesn't appear on Firefox anymore You need to visit an issue reader page for it, it seems. https://readcomiconline.li/Comic/Nightwing-2016/Issue-117?id=232825 > even exported to file - isn't doing anything....

The site appears to have moved to https://incognitymous.moe/

Still works on my end as described by the OP.

> How do I do that? Run ``` gallery-dl --verbose --range 0 -o group=0 https://www.deviantart.com/fu-reiji ``` and check the output. It should list your config file and report that it...

@VictorLoktev Did you run `gallery-dl --clear-cache deviantart` after putting your new `client-id` and `client-secret` into your config? In any case, there is a good chance it is working without delays...

`deviantart` needs to be inside `extractor`. That's why these options are called `extractor.deviantart.client-id` and `extractor.deviantart.client-secret`. ``` json { "extractor": { "deviantart": { "client-id": "40706", "client-secret": "12345678901234567890123456789012", "refresh-token": null } },...