Update ThePirateBay search engine. Resolves #217 (#237)

This commit is contained in:
Diego Heras 2023-05-21 13:57:08 +02:00 committed by GitHub
parent 4d84613393
commit f2b29a682b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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'],

View File

@ -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