Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 3c25faf3 authored by miigotu's avatar miigotu Committed by GitHub
Browse files

Update thepiratebay.py (#4192)

parent d14bf8b9
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class ThePirateBayProvider(TorrentProvider): # pylint: disable=too-many-instanc ...@@ -47,7 +47,7 @@ class ThePirateBayProvider(TorrentProvider): # pylint: disable=too-many-instanc
self.confirmed = True self.confirmed = True
# URLs # URLs
self.url = "https://thepiratebay.se" self.url = "https://thepiratebay.org"
self.urls = { self.urls = {
"rss": [urljoin(self.url, "browse/208/0/4/0"), urljoin(self.url, "browse/205/0/4/0")], "rss": [urljoin(self.url, "browse/208/0/4/0"), urljoin(self.url, "browse/205/0/4/0")],
"search": urljoin(self.url, "search"), "search": urljoin(self.url, "search"),
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment