mikf / gallery-dl

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

How do i setup a gallery-dl config for "Furaffinity" and "Newgrounds"? I don't know how to do all this coding stuff (i used a lot of online tutorials and can't find a video to help me with this). #4931

Open COolman43636 opened 11 months ago

COolman43636 commented 11 months ago

Please help me with this. Thanks

COolman43636 commented 11 months ago

Also, how do i fix this error: image

mikf commented 11 months ago

There's a furaffinity example in the example config. Remove descriptions, postprocessors, and the comma after } on line 102 and fill in your cookie values.

You can do something similar for newgrounds.

For a deviantart refresh token to stay valid, you need a persistent cache file.

COolman43636 commented 11 months ago

I don't get it (for furaffinity and newgrounds) and i don't know how to add a cache file for DA in gallery-dl (sorry, bc i don't know python)

Hrxn commented 11 months ago

You don't need to know Python..

Cache file is simply this in your config, for example:

    "cache": {
        "file": "%APPDATA%/gallery-dl/cache.sqlite3"
    }