rate limits + reverted keyring

This commit is contained in:
Danilo Reyes 2025-10-04 11:14:06 -06:00
parent ceefac0754
commit 3746abd6ec
2 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,7 @@
cookies = [ cookies = [
"firefox" "firefox"
"/home/jawz/.librewolf/jawz" "/home/jawz/.librewolf/jawz"
"gcr_4" "gnomekeyring"
]; ];
retries = 10; retries = 10;
sleep-request = 0; sleep-request = 0;
@ -13,6 +13,7 @@
directory = [ ]; directory = [ ];
}; };
bluesky = { bluesky = {
limit-rate = "400k-1M";
username = "blablablamagic.bsky.social"; username = "blablablamagic.bsky.social";
password = "{env[GALLERY_DL_BLUESKY_PASSWORD]}"; password = "{env[GALLERY_DL_BLUESKY_PASSWORD]}";
reposts = false; reposts = false;
@ -49,8 +50,9 @@
]; ];
}; };
instagram = { instagram = {
limit-rate = "200k-300k";
browser = "firefox:linux"; browser = "firefox:linux";
user-agent = "Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0"; user-agent = "Mozilla/5.0 (X11; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0";
sleep = "66-123"; sleep = "66-123";
sleep-request = "66-123"; sleep-request = "66-123";
parent-directory = true; parent-directory = true;
@ -71,6 +73,7 @@
]; ];
}; };
kemonoparty = { kemonoparty = {
limit-rate = "200k-300k";
retries = 10; retries = 10;
timeout = 5; timeout = 5;
filename = "{id}_{filename}.{extension}"; filename = "{id}_{filename}.{extension}";
@ -96,6 +99,7 @@
directory = [ "{blog_name}" ]; directory = [ "{blog_name}" ];
}; };
deviantart = { deviantart = {
limit-rate = "200k-300k";
refresh-token = "{env[GALLERY_DL_DEVIANTART_REFRESH_TOKEN]}"; refresh-token = "{env[GALLERY_DL_DEVIANTART_REFRESH_TOKEN]}";
include = "gallery,scraps"; include = "gallery,scraps";
flat = true; flat = true;
@ -116,6 +120,7 @@
]; ];
}; };
patreon = { patreon = {
limit-rate = "400k-1M";
filename = "{filename}.{num}.{extension}"; filename = "{filename}.{num}.{extension}";
browser = "firefox"; browser = "firefox";
directory = [ directory = [
@ -196,6 +201,7 @@
]; ];
}; };
readcomiconline = { readcomiconline = {
limit-rate = "400k-1M";
chapter-reverse = true; chapter-reverse = true;
quality = "hq"; quality = "hq";
captcha = "wait"; captcha = "wait";

View File

@ -19,7 +19,7 @@
embed-thumbnail = true; embed-thumbnail = true;
embed-subs = true; embed-subs = true;
sub-langs = "all"; sub-langs = "all";
cookies-from-browser = "firefox+gcr_4:/home/jawz/.librewolf/jawz"; cookies-from-browser = "firefox+gnomekeyring:/home/jawz/.librewolf/jawz";
}; };
}; };
gallery-dl = { gallery-dl = {