summaryrefslogtreecommitdiffstats
path: root/docs/gallery-dl-example.conf
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-11-10 22:14:10 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-11-10 22:14:10 -0500
commit0c73e982fa596da07f23b377621ab894a9e64884 (patch)
tree96f6a40a5656c15a2ec7217a8a1efcff5827bcbb /docs/gallery-dl-example.conf
parent40f5fe6edef268632d3bc484e85e5b37bad67bff (diff)
New upstream version 1.11.1upstream/1.11.1
Diffstat (limited to 'docs/gallery-dl-example.conf')
-rw-r--r--docs/gallery-dl-example.conf177
1 files changed, 0 insertions, 177 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf
deleted file mode 100644
index 04be5e6..0000000
--- a/docs/gallery-dl-example.conf
+++ /dev/null
@@ -1,177 +0,0 @@
-{
- "extractor":
- {
- "base-directory": "~/gallery-dl/",
- "archive": "~/gallery-dl/archive.sqlite3",
- "proxy": "http://10.10.1.10:3128",
-
- "postprocessors": [
- {
- "name": "ugoira",
- "whitelist": ["pixiv", "danbooru"],
- "ffmpeg-twopass": true,
- "ffmpeg-args": ["-c:v", "libvpx", "-crf", "4", "-b:v", "5000k", "-an"]
- },
- {
- "name": "metadata",
- "whitelist": ["danbooru", "yandere", "sankaku"],
- "mode": "tags"
- }
- ],
-
- "pixiv":
- {
- "archive": "~/gallery-dl/archive-pixiv.sqlite3",
-
- "filename": "{id}{num}.{extension}",
- "directory": ["Pixiv", "Works", "{user[id]}"],
-
- "username": "foo",
- "password": "bar",
-
- "favorite":
- {
- "directory": ["Pixiv", "Favorites", "{user[id]}"]
- },
-
- "bookmark":
- {
- "directory": ["Pixiv", "My Bookmarks"],
-
- "username": "foo123",
- "password": "bar123"
- }
- },
-
- "exhentai":
- {
- "cookies":
- {
- "ipb_member_id": "12345",
- "ipb_pass_hash": "1234567890abcdef"
- },
-
- "proxy":
- {
- "http": "http://10.10.1.10:8080",
- "https": "https://10.10.1.10:443"
- },
-
- "filename": "{num:>04}_{name}.{extension}",
- "directory": ["{category!c}", "{title}"],
-
- "wait-min": 1.0,
- "wait-max": 5.0
- },
-
- "mangadex":
- {
- "postprocessors": [{
- "name": "zip",
- "keep-files": false,
- "compression": "zip"
- }]
- },
-
- "flickr":
- {
- "access-token": "1234567890-abcdef",
- "access-token-secret": "1234567890abcdef",
- "size-max": 1920
- },
-
- "reddit":
- {
- "morecomments": true,
- "date-min": "2017-01",
- "date-format": "%Y-%m",
- "recursion": 1
- },
-
- "sankaku":
- {
- "sleep": 2,
- "wait-min": 5.0,
- "wait-max": 5.0,
- "cookies": "~/gallery-dl/cookies-sankaku.txt"
- },
-
- "tumblr":
- {
- "posts": "all",
- "external": false,
- "reblogs": false,
- "inline": true,
-
- "likes":
- {
- "posts": "video,photo,link",
- "external": true,
- "reblogs": true
- }
- },
-
- "mastodon":
- {
- "mastodon.xyz":
- {
- "access-token": "cab65529..."
- },
- "tabletop.social": {
- "access-token": "513a36c6..."
- },
-
- "directory": ["mastodon", "{instance}", "{account[username]!l}"],
- "filename": "{id}_{media[id]}.{extension}"
- },
-
- "foolslide": {
- "otscans": {"root": "https://otscans.com/foolslide"},
- "helvetica": {"root": "https://helveticascans.com/r" }
- },
-
- "foolfuuka": {
- "fireden-onion": {"root": "http://ydt6jy2ng3s3xg2e.onion"},
- "scalearchive": {"root": "https://archive.scaled.team" }
- }
- },
-
- "downloader":
- {
- "part-directory": "/tmp/.download/",
- "rate": "1M",
- "retries": 3,
- "timeout": 8.5
- },
-
- "output":
- {
- "mode": "terminal",
- "log": {
- "level": "info",
- "format": {
- "debug" : "\u001b[0;37m{name}: {message}\u001b[0m",
- "info" : "\u001b[1;37m{name}: {message}\u001b[0m",
- "warning": "\u001b[1;33m{name}: {message}\u001b[0m",
- "error" : "\u001b[1;31m{name}: {message}\u001b[0m"
- }
- },
- "logfile": {
- "path": "~/gallery-dl/log.txt",
- "mode": "w",
- "level": "debug"
- },
- "unsupportedfile": {
- "path": "~/gallery-dl/unsupported.txt",
- "mode": "a",
- "format": "{asctime} {message}",
- "format-date": "%Y-%m-%d-%H-%M-%S"
- }
- },
-
- "cache": {
- "file": "~/gallery-dl/cache.sqlite3"
- },
-
- "netrc": true
-}