|
@ -24,15 +24,18 @@ class Base(TorrentMagnetProvider): |
|
|
http_time_between_calls = 0 |
|
|
http_time_between_calls = 0 |
|
|
|
|
|
|
|
|
proxy_list = [ |
|
|
proxy_list = [ |
|
|
'https://tpb.ipredator.se', |
|
|
'https://nobay.net', |
|
|
|
|
|
'https://thebay.al', |
|
|
'https://thepiratebay.se', |
|
|
'https://thepiratebay.se', |
|
|
'http://pirateproxy.ca', |
|
|
'http://thepiratebay.cd', |
|
|
'http://tpb.al', |
|
|
'http://thebootlegbay.com', |
|
|
'http://www.tpb.gr', |
|
|
'http://www.tpb.gr', |
|
|
'http://bayproxy.me', |
|
|
'http://tpbproxy.co.uk', |
|
|
'http://proxybay.eu', |
|
|
'http://pirateproxy.in', |
|
|
'http://www.getpirate.com', |
|
|
'http://www.getpirate.com', |
|
|
'http://piratebay.io', |
|
|
'http://piratebay.io', |
|
|
|
|
|
'http://bayproxy.li', |
|
|
|
|
|
'http://proxybay.pw', |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
def _search(self, media, quality, results): |
|
|
def _search(self, media, quality, results): |
|
@ -110,7 +113,7 @@ class Base(TorrentMagnetProvider): |
|
|
html = BeautifulSoup(full_description) |
|
|
html = BeautifulSoup(full_description) |
|
|
nfo_pre = html.find('div', attrs = {'class': 'nfo'}) |
|
|
nfo_pre = html.find('div', attrs = {'class': 'nfo'}) |
|
|
description = '' |
|
|
description = '' |
|
|
try: |
|
|
try: |
|
|
description = toUnicode(nfo_pre.text) |
|
|
description = toUnicode(nfo_pre.text) |
|
|
except: |
|
|
except: |
|
|
pass |
|
|
pass |
|
|