Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "extractor":
- {
- "base-directory": null,
- "#": "replace invalid path characters with unicode alternatives",
- "path-restrict": {
- "\\": "⧹",
- "/" : "⧸",
- "|" : "│",
- ":" : "꞉",
- "*" : "∗",
- "?" : "?",
- "\"": "″",
- "<" : "﹤",
- ">" : "﹥"
- },
- "parent-directory": false,
- "postprocessors": null,
- "cookies": null,
- "cookies-update": true,
- "proxy": null,
- "skip": "abort:3",
- "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0",
- "retries": 4,
- "timeout": 30.0,
- "verify": true,
- "fallback": true,
- "sleep": 0,
- "sleep-request": 0,
- "sleep-extractor": 0,
- "path-replace": "",
- "path-remove": "\\u0000-\\u001f\\u007f",
- "path-strip": "auto",
- "extension-map": {
- "jpeg": "jpg",
- "jpe" : "jpg",
- "jfif": "jpg",
- "jif" : "jpg",
- "jfi" : "jpg"
- },
- "deviantart":
- {
- "client-id": "xxx",
- "client-secret": "yyy",
- "refresh-token": "cache",
- "comments": true,
- "extra": true,
- "flat": true,
- "folders": false,
- "include": "gallery,journal,scraps",
- "journals": "html",
- "mature": true,
- "metadata": true,
- "original": true,
- "wait-min": 0,
- "filename": "{date:%Y-%m-%d %H.%M.%S} {title}.{extension}"
- },
- "inkbunny":
- {
- "username": "xxx",
- "password": "yyy",
- "orderby": "create_datetime",
- "filename": "{blog[name]} {date:%Y-%m-%d %H.%M.%S} {title} {num:>02}.{extension}"
- },
- "tumblr":
- {
- "api-key": "xxx",
- "api-secret": "yyy",
- "avatar": false,
- "external": true,
- "inline": true,
- "metadata": true,
- "posts": "all",
- "reblogs": true,
- "filename": "{blog[name]} {date:%Y-%m-%d %H.%M.%S} {slug} {num:>02}.{extension}"
- },
- "twitter":
- {
- "username": "xxx",
- "password": "yyy",
- "archive": null,
- "cards": false,
- "conversations": false,
- "pinned": false,
- "quoted": true,
- "replies": true,
- "retweets": true,
- "strategy": null,
- "text-tweets": true,
- "twitpic": false,
- "unique": true,
- "users": "timeline",
- "videos": true,
- "filename": {
- "count == 1 and len(content) == 0" : "{author[name]} {date:%Y-%m-%d %H.%M.%S}.{extension}",
- "count > 1 and len(content) == 0" : "{author[name]} {date:%Y-%m-%d %H.%M.%S} {num}.{extension}",
- "count == 1 and len(content) > 0" : "{author[name]} {date:%Y-%m-%d %H.%M.%S} {content[0:180]}.{extension}",
- "" : "{author[name]} {date:%Y-%m-%d %H.%M.%S} {content[0:180]} {num}.{extension}"
- },
- "directory": {
- "retweet_id" : ["{category}", "{user[name]}", "Retweets"],
- "locals().get('quote_by')": ["{category}", "{user[name]}", "Quoted"],
- "" : ["{category}", "{user[name]}"]
- }
- },
- "downloader":
- {
- "filesize-min": null,
- "filesize-max": null,
- "mtime": true,
- "part": true,
- "part-directory": null,
- "progress": 3.0,
- "rate": null,
- "retries": 4,
- "timeout": 30.0,
- "verify": true,
- "http":
- {
- "adjust-extensions": true,
- "headers": null
- },
- "ytdl":
- {
- "format": null,
- "forward-cookies": false,
- "logging": true,
- "module": null,
- "outtmpl": null,
- "raw-options": null
- }
- },
- "output":
- {
- "mode": "auto",
- "progress": true,
- "shorten": true,
- "ansi": false,
- "colors": {
- "success": "1;32",
- "skip" : "2"
- },
- "skip": true,
- "log": "[{name}][{levelname}] {message}",
- "logfile": null,
- "unsupportedfile": null
- },
- "netrc": false
- }
Advertisement
Add Comment
Please, Sign In to add comment