diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 9514c7a..ffbed52 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -105,10 +105,6 @@ { "include": "pictures" }, - "hentainexus": - { - "original": true - }, "hitomi": { "metadata": true @@ -148,7 +144,9 @@ }, "mangadex": { - "api-server": "https://api.mangadex.org" + "api-server": "https://api.mangadex.org", + "metadata": false, + "lang": null }, "mangoxo": { @@ -285,6 +283,15 @@ "retweets": true, "videos": true }, + "ytdl": + { + "enabled": false, + "format": null, + "generic": true, + "logging": true, + "module": "youtube_dl", + "raw-options": null + }, "booru": { "tags": false, |
