Private GIT

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

Use .se for tpb until new urls come back up

parent aadeac6c
Branches
Tags
No related merge requests found
......@@ -41,9 +41,9 @@ class ThePirateBayProvider(TorrentProvider):
self.cache = ThePirateBayCache(self)
self.urls = {
'base_url': 'https://thepiratebay.gd/',
'search': 'https://thepiratebay.gd/s/',
'rss': 'https://thepiratebay.gd/tv/latest'
'base_url': 'https://thepiratebay.se/',
'search': 'https://thepiratebay.se/s/',
'rss': 'https://thepiratebay.se/tv/latest'
}
self.url = self.urls['base_url']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment