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'] },