Skip to content

Commit

Permalink
fix: add torrentday to expired and tagging commands
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Aug 24, 2023
1 parent c880a69 commit a63ebfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qbittools/commands/expired.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
1 change: 1 addition & 0 deletions qbittools/commands/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'] },
Expand Down

0 comments on commit a63ebfb

Please sign in to comment.