Private GIT

Skip to content
Snippets Groups Projects
Commit 7b9150c9 authored by Fernando's avatar Fernando Committed by Dustyn Gibson
Browse files

Hotfix TBP

parent 534686fe
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,8 @@ class ThePirateBayProvider(generic.TorrentProvider): ...@@ -117,7 +117,8 @@ 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(r'(VIP|Trusted|Helper|Moderator)', torrent.group(0)) is None and mode != 'RSS': if self.confirmed and re.search(r'(VIP|Trusted|Helper|Moderator)', torrent.group(0)) is None:
if mode != 'RSS':
logger.log(u"Found result %s but that doesn't seem like a trusted result so I'm ignoring it" % title, logger.DEBUG) logger.log(u"Found result %s but that doesn't seem like a trusted result so I'm ignoring it" % title, logger.DEBUG)
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment