Private GIT

Skip to content
Snippets Groups Projects
Commit a54c4ec5 authored by miigotu's avatar miigotu
Browse files

Merge pull request #92 from SickRage/kat-tpb-urls

Update kat and tpb urls to working mirrors
parents 49f16438 4babd5e5
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,8 @@ class KATProvider(generic.TorrentProvider): ...@@ -47,8 +47,8 @@ class KATProvider(generic.TorrentProvider):
self.cache = KATCache(self) self.cache = KATCache(self)
self.urls = { self.urls = {
'base_url': 'https://kickass.unblocked.la/', 'base_url': 'https://kickass.unblocked.pe/',
'search': 'https://kickass.unblocked.la/%s/', 'search': 'https://kickass.unblocked.pe/%s/',
} }
self.url = self.urls['base_url'] self.url = self.urls['base_url']
......
...@@ -42,9 +42,9 @@ class ThePirateBayProvider(generic.TorrentProvider): ...@@ -42,9 +42,9 @@ class ThePirateBayProvider(generic.TorrentProvider):
self.cache = ThePirateBayCache(self) self.cache = ThePirateBayCache(self)
self.urls = { self.urls = {
'base_url': 'https://pirateproxy.la/', 'base_url': 'https://pirateproxy.pl/',
'search': 'https://pirateproxy.la/s/', 'search': 'https://pirateproxy.pl/s/',
'rss': 'https://pirateproxy.la/tv/latest' 'rss': 'https://pirateproxy.pl/tv/latest'
} }
self.url = self.urls['base_url'] self.url = self.urls['base_url']
...@@ -52,7 +52,7 @@ class ThePirateBayProvider(generic.TorrentProvider): ...@@ -52,7 +52,7 @@ class ThePirateBayProvider(generic.TorrentProvider):
""" """
205 = SD, 208 = HD, 200 = All Videos 205 = SD, 208 = HD, 200 = All Videos
https://thepiratebay.gd/s/?q=Game of Thrones&type=search&orderby=7&page=0&category=200 https://pirateproxy.pl/s/?q=Game of Thrones&type=search&orderby=7&page=0&category=200
""" """
self.search_params = { self.search_params = {
'q': '', 'q': '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment