mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2025-01-02 11:07:34 +00:00
Updating TPB domain (.ac)
A possible alternate solution could be to use the IP address instead (http://194.71.107.27/).
This commit is contained in:
parent
dca825294e
commit
7af918d6fd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Mininova(Search):
|
|||
return torrents
|
||||
class TPB(Search):
|
||||
def __init__(self):
|
||||
self.search_uri = 'http://thepiratebay.se/search/%s/'
|
||||
self.search_uri = 'http://thepiratebay.ac/search/%s/'
|
||||
def search(self, terms):
|
||||
torrents = []
|
||||
url = self.search_uri % '+'.join(terms.split(' '))
|
||||
|
|
Loading…
Reference in a new issue