mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Add moderator to confirmed torrent posters
I think we can trust these guys :)
This commit is contained in:
parent
fd88c77d26
commit
c5045d0f1e
@ -256,7 +256,7 @@ class ThePirateBayProvider(generic.TorrentProvider):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
#Accept Torrent only from Good People for every Episode Search
|
#Accept Torrent only from Good People for every Episode Search
|
||||||
if self.confirmed and re.search('(VIP|Trusted|Helper)', torrent.group(0)) is None:
|
if self.confirmed and re.search('(VIP|Trusted|Helper|Moderator)', torrent.group(0)) is None:
|
||||||
logger.log(u"ThePirateBay Provider found result " + torrent.group(
|
logger.log(u"ThePirateBay Provider found result " + torrent.group(
|
||||||
'title') + " but that doesn't seem like a trusted result so I'm ignoring it", logger.DEBUG)
|
'title') + " but that doesn't seem like a trusted result so I'm ignoring it", logger.DEBUG)
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user