mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Merge pull request #607 from fittysix/patch-2
Add moderator to confirmed TPB torrent posters
This commit is contained in:
commit
cf13581db6
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class ThePirateBayProvider(generic.TorrentProvider):
|
|||
continue
|
||||
|
||||
#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(
|
||||
'title') + " but that doesn't seem like a trusted result so I'm ignoring it", logger.DEBUG)
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue