From bf84123394fdc627e97dd8020836e875d1712f11 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Sun, 16 Sep 2018 16:18:11 +0200 Subject: [PATCH] [yggtorrent] fix base URL --- modules/yggtorrent/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yggtorrent/browser.py b/modules/yggtorrent/browser.py index 09094345a6..74d7dde799 100644 --- a/modules/yggtorrent/browser.py +++ b/modules/yggtorrent/browser.py @@ -35,7 +35,7 @@ class YggtorrentBrowser(LoginBrowser): PROFILE = Wget() TIMEOUT = 30 - BASEURL = 'https://ww1.yggtorrent.is/' + BASEURL = 'https://yggtorrent.to/' home = URL('$', HomePage) login = URL('/user/login$', LoginPage) search = URL(r'/engine/search\?name=(?P.*)&order=desc&sort=seed&do=search', SearchPage) -- GitLab