parent
4d84613393
commit
f2b29a682b
|
|
@ -1,4 +1,4 @@
|
|||
#VERSION: 3.1
|
||||
#VERSION: 3.2
|
||||
# AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||
# CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||
# Arthur (custparasite@gmx.se)
|
||||
|
|
@ -79,6 +79,8 @@ class piratebay(object):
|
|||
|
||||
# parse results
|
||||
for result in response_json:
|
||||
if result['name'] == 'No results returned':
|
||||
continue
|
||||
res = {
|
||||
'link': self.download_link(result),
|
||||
'name': result['name'],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
eztv: 1.14
|
||||
jackett: 3.5
|
||||
limetorrents: 4.7
|
||||
piratebay: 3.1
|
||||
piratebay: 3.2
|
||||
rarbg: 2.14
|
||||
solidtorrents: 2.1
|
||||
torlock: 2.22
|
||||
|
|
|
|||
Loading…
Reference in New Issue