download_url=result.find(title="Download this torrent using magnet")['href']
ifnotall([title,download_url]):
ifnotall([title,download_url]):
continue
continue
# Filter unseeded torrent
seeders=try_int(cells[labels.index('SE')])
leechers=try_int(cells[labels.index('LE')])
ifseeders<self.minseedorleechers<self.minleech:
ifseeders<self.minseedorleechers<self.minleech:
ifmode!='RSS':
ifmode!='RSS':
logger.log(u"Discarding torrent because it doesn't meet the minimum seeders or leechers: {0} (S:{1} L:{2})".format(title,seeders,leechers),logger.DEBUG)
logger.log(u"Discarding torrent because it doesn't meet the minimum seeders or leechers: {0} (S:{1} L:{2})".format(title,seeders,leechers),logger.DEBUG)
continue
continue
# Accept Torrent only from Good People for every Episode Search
# Accept Torrent only from Good People for every Episode Search