mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2025-01-04 20:16:26 +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
|
return torrents
|
||||||
class TPB(Search):
|
class TPB(Search):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.search_uri = 'http://thepiratebay.se/search/%s/'
|
self.search_uri = 'http://thepiratebay.ac/search/%s/'
|
||||||
def search(self, terms):
|
def search(self, terms):
|
||||||
torrents = []
|
torrents = []
|
||||||
url = self.search_uri % '+'.join(terms.split(' '))
|
url = self.search_uri % '+'.join(terms.split(' '))
|
||||||
|
|
Loading…
Reference in a new issue