mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
- Fixed piratebay plugin
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.01
|
#VERSION: 1.04
|
||||||
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@@ -96,7 +96,7 @@ class piratebay(object):
|
|||||||
while True and i<11:
|
while True and i<11:
|
||||||
results = []
|
results = []
|
||||||
parser = self.SimpleSGMLParser(results, self.url)
|
parser = self.SimpleSGMLParser(results, self.url)
|
||||||
dat = urllib.urlopen(self.url+'/search/%s/%u/0/0' % (what, i)).read()
|
dat = urllib.urlopen(self.url+'/search/%s/%u/7' % (what, i)).read()
|
||||||
parser.feed(dat)
|
parser.feed(dat)
|
||||||
parser.close()
|
parser.close()
|
||||||
if len(results) <= 0:
|
if len(results) <= 0:
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ isohunt: 1.1
|
|||||||
torrentreactor: 1.02
|
torrentreactor: 1.02
|
||||||
btjunkie: 1.13
|
btjunkie: 1.13
|
||||||
mininova: 1.13
|
mininova: 1.13
|
||||||
piratebay: 1.01
|
piratebay: 1.04
|
||||||
|
|||||||
Reference in New Issue
Block a user