From b6ea267ddf375546785d24b641163f23a3413cc5 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Fri, 1 Nov 2024 16:53:04 +0100 Subject: [PATCH] move stuff around --- gallery-dl/.gitignore => .gitignore | 0 gallery-dl/Coomer.links => Coomer.links | 0 gallery-dl/Gofile.links => Gofile.links | 0 gallery-dl/Kemono.links => Kemono.links | 0 gallery-dl/Rule34.links => Rule34.links | 0 gallery-dl /archive-gofile.sqlite3 | Bin 0 -> 8192 bytes .../gallery-dl => gallery-dl }/config.json | 0 gallery-dl /log.txt | 14 ++++++++++++++ gallery-dl/gallery-dl.sh => gallery-dl.sh | 0 9 files changed, 14 insertions(+) rename gallery-dl/.gitignore => .gitignore (100%) rename gallery-dl/Coomer.links => Coomer.links (100%) rename gallery-dl/Gofile.links => Gofile.links (100%) rename gallery-dl/Kemono.links => Kemono.links (100%) rename gallery-dl/Rule34.links => Rule34.links (100%) create mode 100644 gallery-dl /archive-gofile.sqlite3 rename {gallery-dl/gallery-dl => gallery-dl }/config.json (100%) create mode 100644 gallery-dl /log.txt rename gallery-dl/gallery-dl.sh => gallery-dl.sh (100%) diff --git a/gallery-dl/.gitignore b/.gitignore similarity index 100% rename from gallery-dl/.gitignore rename to .gitignore diff --git a/gallery-dl/Coomer.links b/Coomer.links similarity index 100% rename from gallery-dl/Coomer.links rename to Coomer.links diff --git a/gallery-dl/Gofile.links b/Gofile.links similarity index 100% rename from gallery-dl/Gofile.links rename to Gofile.links diff --git a/gallery-dl/Kemono.links b/Kemono.links similarity index 100% rename from gallery-dl/Kemono.links rename to Kemono.links diff --git a/gallery-dl/Rule34.links b/Rule34.links similarity index 100% rename from gallery-dl/Rule34.links rename to Rule34.links diff --git a/gallery-dl /archive-gofile.sqlite3 b/gallery-dl /archive-gofile.sqlite3 new file mode 100644 index 0000000000000000000000000000000000000000..765615ecff443314b00c07439bea8cf37c239b96 GIT binary patch literal 8192 zcmeIuK}*9h6bJB^DhR@uHxIkKqrxh4%}S3}4XkXktw!gL>DJ7`bXdy3-TXFwAHR^9 z)T^Ec|35Ez2`>=%-A{%^m9t%!FQ(#vPDlv4VkRQ5UatK_xc#s`@7nJEUp%_lzBSw{ z(flM=2m~Mi0SG_<0uX=z1Rwwb2tWV=e+WE^qtjMPd>m9JTji#lKNp+d=G~+!){1p} zJycxJ_$+^|%6Hc4N%J^O?&5UD12sG6X`=h12hHhdn%o|{KSlG4TpND0@}=xXe$?$;`X=iH(gwXy8u<-=4>2tO literal 0 HcmV?d00001 diff --git a/gallery-dl/gallery-dl/config.json b/gallery-dl /config.json similarity index 100% rename from gallery-dl/gallery-dl/config.json rename to gallery-dl /config.json diff --git a/gallery-dl /log.txt b/gallery-dl /log.txt new file mode 100644 index 0000000..de41886 --- /dev/null +++ b/gallery-dl /log.txt @@ -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 diff --git a/gallery-dl/gallery-dl.sh b/gallery-dl.sh similarity index 100% rename from gallery-dl/gallery-dl.sh rename to gallery-dl.sh