diff --git a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py index a711502..65bab4d 100644 --- a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py @@ -32,8 +32,12 @@ class Base(TorrentMagnetProvider): proxy_list = [ 'https://kickass.to', 'http://kickass.pw', + 'http://kickassto.come.in', + 'http://katproxy.ws', 'http://www.kickassunblock.info', 'http://www.kickassproxy.info', + 'http://katph.eu', + 'http://kickassto.come.in', ] def _search(self, media, quality, results): diff --git a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py index b840fc7..487ce36 100644 --- a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py +++ b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py @@ -24,15 +24,18 @@ class Base(TorrentMagnetProvider): http_time_between_calls = 0 proxy_list = [ - 'https://tpb.ipredator.se', + 'https://nobay.net', + 'https://thebay.al', 'https://thepiratebay.se', - 'http://pirateproxy.ca', - 'http://tpb.al', + 'http://thepiratebay.cd', + 'http://thebootlegbay.com', 'http://www.tpb.gr', - 'http://bayproxy.me', - 'http://proxybay.eu', + 'http://tpbproxy.co.uk', + 'http://pirateproxy.in', 'http://www.getpirate.com', 'http://piratebay.io', + 'http://bayproxy.li', + 'http://proxybay.pw', ] def _search(self, media, quality, results): @@ -110,7 +113,7 @@ class Base(TorrentMagnetProvider): html = BeautifulSoup(full_description) nfo_pre = html.find('div', attrs = {'class': 'nfo'}) description = '' - try: + try: description = toUnicode(nfo_pre.text) except: pass