move stuff around
This commit is contained in:
BIN
gallery-dl /archive-gofile.sqlite3
Normal file
BIN
gallery-dl /archive-gofile.sqlite3
Normal file
Binary file not shown.
77
gallery-dl /config.json
Normal file
77
gallery-dl /config.json
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"extractor":
|
||||
{
|
||||
"base-directory": "./Artists",
|
||||
"archive": "./gallery-dl/archive.sqlite3",
|
||||
|
||||
"rule34":
|
||||
{
|
||||
"archive": "./gallery-dl/archive-rule34.sqlite3",
|
||||
|
||||
"filename": "{md5}.{extension}",
|
||||
"directory": ["{search_tags}", "Rule34"]
|
||||
},
|
||||
|
||||
"kemonoparty":
|
||||
{
|
||||
"archive": "./gallery-dl/archive-kemono.sqlite3",
|
||||
|
||||
"filename": "{hash}.{extension}",
|
||||
"directory": ["{user}", "Kemono"]
|
||||
},
|
||||
|
||||
"coomerparty":
|
||||
{
|
||||
"archive": "./gallery-dl/archive-coomer.sqlite3",
|
||||
|
||||
"filename": "{hash}.{extension}",
|
||||
"directory": ["{user}", "Coomer"]
|
||||
},
|
||||
|
||||
"gofile":
|
||||
{
|
||||
"archive": "./gallery-dl/archive-gofile.sqlite3",
|
||||
|
||||
"filename": "{id}.{extension}",
|
||||
"directory": ["{id}", "Gofile"]
|
||||
},
|
||||
|
||||
"atfbooru": {
|
||||
"archive": "./gallery-dl/archive-atfbooru.sqlite3",
|
||||
|
||||
"filename": "{md5}.{extension}",
|
||||
"directory": ["{search_tags}", "ATFBooru"]
|
||||
}
|
||||
},
|
||||
|
||||
"downloader":
|
||||
{
|
||||
"part-directory": "/tmp",
|
||||
"rate": "10M",
|
||||
"retries": 5,
|
||||
"timeout": 10
|
||||
},
|
||||
|
||||
"output":
|
||||
{
|
||||
"ansi": true,
|
||||
|
||||
"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",
|
||||
"format-date": "%Y-%m-%dT%H:%M:%S",
|
||||
"level": "debug"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
14
gallery-dl /log.txt
Normal file
14
gallery-dl /log.txt
Normal file
@ -0,0 +1,14 @@
|
||||
[gallery-dl][debug] Starting DownloadJob for 'https://gofile.io/d/hN07YD'
|
||||
[gofile][debug] Using GofileFolderExtractor for 'https://gofile.io/d/hN07YD'
|
||||
[gofile][debug] Creating temporary account
|
||||
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.gofile.io:443
|
||||
[urllib3.connectionpool][debug] https://api.gofile.io:443 "POST /accounts HTTP/1.1" 200 178
|
||||
[gofile][debug] Fetching website token
|
||||
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): gofile.io:443
|
||||
[urllib3.connectionpool][debug] https://gofile.io:443 "GET /dist/js/alljs.js HTTP/1.1" 200 231673
|
||||
[urllib3.connectionpool][debug] https://api.gofile.io:443 "GET /contents/hN07YD?wt=4fd6sg89d7s6 HTTP/1.1" 200 6112
|
||||
[gofile][debug] Using download archive './gallery-dl/archive-gofile.sqlite3'
|
||||
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): cold7.gofile.io:443
|
||||
[urllib3.connectionpool][debug] https://cold7.gofile.io:443 "GET /download/web/f66fbcd6-aad8-4428-8201-ab034f3564a4/%5B4K%5DTW%20Taker%20POV2.mp4 HTTP/1.1" 200 1060624712
|
||||
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): store4.gofile.io:443
|
||||
[urllib3.connectionpool][debug] https://store4.gofile.io:443 "GET /download/web/4a6dafff-5ad3-4fca-befa-0e19f6d3414e/%5BHD%5DTW%20Taker%20POV2.mp4 HTTP/1.1" 200 515225167
|
Reference in New Issue
Block a user