added more use cases for remove unregistered

This commit is contained in:
Jon 2021-11-08 21:26:12 -05:00
parent 233fe48c1f
commit 169c613515
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -392,7 +392,9 @@ def rem_unregistered():
'HTTPS://BEYOND-HD.ME/TORRENTS' in msg_up or \
'NOT EXIST' in msg_up or \
'UNKNOWN TORRENT' in msg_up or \
'PACKS ARE AVAILABLE' in msg_up \
'PACKS' in msg_up or \
'REPACKED' in msg_up or \
'PACK' in msg_up \
) and x.status == 4 and ('DOWN' not in msg_up or 'UNREACHABLE' not in msg_up):
logger.debug(f'Torrent counts: {t_count}')
logger.debug(f'msg: {t_msg}')