From a63ebfb992d61100712c823d4aa488d0b564aa02 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 24 Aug 2023 11:32:14 -0400 Subject: [PATCH] fix: add torrentday to expired and tagging commands Signed-off-by: Devin Buhl --- qbittools/commands/expired.py | 6 ++++++ qbittools/commands/tagging.py | 1 + 2 files changed, 7 insertions(+) diff --git a/qbittools/commands/expired.py b/qbittools/commands/expired.py index 782827f..ccc0322 100644 --- a/qbittools/commands/expired.py +++ b/qbittools/commands/expired.py @@ -53,6 +53,12 @@ 'required_seed_ratio': 0, 'required_seed_days': 3.5, }, + 'torrentday': { + 'name': 'torrentday', + 'urls': ['jumbohostpro.eu', 'td-peers.com'], + 'required_seed_ratio': 1.05, + 'required_seed_days': 3.5, + }, 'torrentleech': { 'name': 'torrentleech', 'urls': ['tleechreload.org', 'torrentleech.org'], diff --git a/qbittools/commands/tagging.py b/qbittools/commands/tagging.py index c401e36..f95860e 100755 --- a/qbittools/commands/tagging.py +++ b/qbittools/commands/tagging.py @@ -78,6 +78,7 @@ 'privatehd': { 'urls': ['privatehd.to'] }, 'redacted': { 'urls': ['flacsfor.me'] }, 'scenetime': { 'urls': ['scenetime.com'] }, + 'torrentday': { 'urls': ['jumbohostpro.eu', 'td-peers.com'] }, 'torrentleech': { 'urls': ['tleechreload.org', 'torrentleech.org'] }, 'torrentseeds': { 'urls': ['torrentseeds.org'] }, 'uhdbits': { 'urls': ['uhdbits.org'] },