1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Fix torrentreactor search plugin

This commit is contained in:
Christophe Dumez 2010-10-20 19:50:28 +00:00
parent b1b2a2c775
commit 05d9f28f8b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#VERSION: 1.20 #VERSION: 1.21
#AUTHORS: Gekko Dam Beer (gekko04@users.sourceforge.net) #AUTHORS: Gekko Dam Beer (gekko04@users.sourceforge.net)
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
@ -49,7 +49,7 @@ class torrentreactor(object):
def start_a(self, attr): def start_a(self, attr):
params = dict(attr) params = dict(attr)
if params['href'].startswith('http://dl.torrentreactor.net/download.php'): if 'torrentreactor.net/download.php' in params['href']:
self.current_item = {} self.current_item = {}
self.td_counter = 0 self.td_counter = 0
self.current_item['link'] = params['href'].strip() self.current_item['link'] = params['href'].strip()

View File

@ -1,5 +1,5 @@
isohunt: 1.31 isohunt: 1.31
torrentreactor: 1.20 torrentreactor: 1.21
btjunkie: 2.23 btjunkie: 2.23
mininova: 1.40 mininova: 1.40
piratebay: 1.30 piratebay: 1.30