Private GIT

Skip to content
Snippets Groups Projects
Commit b3c50886 authored by djoole's avatar djoole Committed by miigotu
Browse files

change yggtorrent url

parent 86bae817
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class YggTorrentProvider(TorrentProvider): # pylint: disable=too-many-instance- ...@@ -48,7 +48,7 @@ class YggTorrentProvider(TorrentProvider): # pylint: disable=too-many-instance-
self.minleech = None self.minleech = None
# URLs # URLs
self.url = 'https://yggtorrent.is/' self.url = 'https://ww1.yggtorrent.is/'
self.urls = { self.urls = {
'login': urljoin(self.url, 'user/login'), 'login': urljoin(self.url, 'user/login'),
'search': urljoin(self.url, 'engine/search') 'search': urljoin(self.url, 'engine/search')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment