mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge pull request #1146 from jeroenpeters1986/piratebay-url-update
Updated piratebay.py with oldpiratebay.org urls
This commit is contained in:
commit
997efc8351
@ -61,9 +61,9 @@ class ThePirateBayProvider(generic.TorrentProvider):
|
||||
|
||||
self.proxy = ThePirateBayWebproxy()
|
||||
|
||||
self.url = 'http://pirateproxy.net/'
|
||||
self.url = 'https://oldpiratebay.org/'
|
||||
|
||||
self.searchurl = self.url + 'search/%s/0/7/200' # order by seed
|
||||
self.searchurl = self.url + 'search.php?q=%s&Torrent_sort=seeders.desc' # order by seed
|
||||
|
||||
self.re_title_url = '/torrent/(?P<id>\d+)/(?P<title>.*?)//1".+?(?P<url>magnet.*?)//1".+?(?P<seeders>\d+)</td>.+?(?P<leechers>\d+)</td>'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user