mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-12-29 03:36:07 +08:00
additional logic for rem_unreg #67
This commit is contained in:
parent
b462d708e4
commit
6ddf0072d4
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ class Qbt:
|
||||||
'RETITLED',
|
'RETITLED',
|
||||||
'PRE-RETAIL',
|
'PRE-RETAIL',
|
||||||
'FULL SEASON',
|
'FULL SEASON',
|
||||||
|
'MASS REMOVAL'
|
||||||
]
|
]
|
||||||
for torrent in self.torrentvalid:
|
for torrent in self.torrentvalid:
|
||||||
check_tags = util.get_list(torrent.tags)
|
check_tags = util.get_list(torrent.tags)
|
||||||
|
|
Loading…
Reference in a new issue