mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Merge pull request #5317 from ngosang/piratebay
[Search engine] Update PirateBay
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.14
|
#VERSION: 2.15
|
||||||
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||||
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
# Arthur (custparasite@gmx.se)
|
# Arthur (custparasite@gmx.se)
|
||||||
@@ -35,7 +35,7 @@ from helpers import download_file, retrieve_url
|
|||||||
|
|
||||||
class piratebay(object):
|
class piratebay(object):
|
||||||
""" Search engine class """
|
""" Search engine class """
|
||||||
url = 'https://thepiratebay.se'
|
url = 'https://thepiratebay.org'
|
||||||
name = 'The Pirate Bay'
|
name = 'The Pirate Bay'
|
||||||
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ extratorrent: 2.04
|
|||||||
kickasstorrents: 1.28
|
kickasstorrents: 1.28
|
||||||
legittorrents: 2.01
|
legittorrents: 2.01
|
||||||
mininova: 2.02
|
mininova: 2.02
|
||||||
piratebay: 2.14
|
piratebay: 2.15
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentreactor: 1.41
|
torrentreactor: 1.41
|
||||||
torrentz: 2.19
|
torrentz: 2.19
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#VERSION: 2.14
|
#VERSION: 2.15
|
||||||
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
#AUTHORS: Fabien Devaux (fab@gnux.info)
|
||||||
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
#CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
# Arthur (custparasite@gmx.se)
|
# Arthur (custparasite@gmx.se)
|
||||||
@@ -35,7 +35,7 @@ from helpers import download_file, retrieve_url
|
|||||||
|
|
||||||
class piratebay(object):
|
class piratebay(object):
|
||||||
""" Search engine class """
|
""" Search engine class """
|
||||||
url = 'https://thepiratebay.se'
|
url = 'https://thepiratebay.org'
|
||||||
name = 'The Pirate Bay'
|
name = 'The Pirate Bay'
|
||||||
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
supported_categories = {'all': '0', 'music': '100', 'movies': '200', 'games': '400', 'software': '300'}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ extratorrent: 2.04
|
|||||||
kickasstorrents: 1.28
|
kickasstorrents: 1.28
|
||||||
legittorrents: 2.01
|
legittorrents: 2.01
|
||||||
mininova: 2.02
|
mininova: 2.02
|
||||||
piratebay: 2.14
|
piratebay: 2.15
|
||||||
torlock: 2.0
|
torlock: 2.0
|
||||||
torrentreactor: 1.41
|
torrentreactor: 1.41
|
||||||
torrentz: 2.17
|
torrentz: 2.17
|
||||||
|
|||||||
Reference in New Issue
Block a user