diff options
| author | 2023-10-03 18:31:58 -0400 | |
|---|---|---|
| committer | 2023-10-03 18:31:58 -0400 | |
| commit | b8758ecd073910ce3220b2e68399147b425c37b8 (patch) | |
| tree | d6aee20213508c8f425cbacb3d714367eca904c5 /docs | |
| parent | e2f67519f8c1750a71aab3dc56b8345fff21bac5 (diff) | |
New upstream version 1.26.0.upstream/1.26.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl-example.conf | 2 | ||||
| -rw-r--r-- | docs/gallery-dl.conf | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf index da386dd..c3f8049 100644 --- a/docs/gallery-dl-example.conf +++ b/docs/gallery-dl-example.conf @@ -165,7 +165,7 @@ "reddit": { "#": "only spawn child extractors for links to specific sites", - "whitelist": ["imgur", "redgifs", "gfycat"], + "whitelist": ["imgur", "redgifs"], "#": "put files from child extractors into the reddit directory", "parent-directory": true, diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index b5efc73..2eac0a1 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -10,7 +10,7 @@ "proxy": null, "skip": true, - "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0", + "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", "retries": 4, "timeout": 30.0, "verify": true, @@ -75,6 +75,7 @@ "client-id": null, "client-secret": null, "refresh-token": null, + "auto-watch": false, "auto-unwatch": false, "comments": false, @@ -84,11 +85,13 @@ "group": true, "include": "gallery", "journals": "html", + "jwt": true, "mature": true, "metadata": false, "original": true, "pagination": "api", "public": true, + "quality": 100, "wait-min": 0 }, "e621": @@ -125,10 +128,6 @@ "api-key": null, "user-id": null }, - "gfycat": - { - "format": ["mp4", "webm", "mobile", "gif"] - }, "gofile": { "api-token": null, "website-token": null @@ -339,7 +338,7 @@ "text-tweets": false, "twitpic": false, "unique": true, - "users": "timeline", + "users": "user", "videos": true }, "unsplash": |
