From 73848b10273c7b336f2301c0bdb8c87b21191374 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 17 Jul 2020 09:00:55 +0200 Subject: [PATCH] Ygg change domain --- pynyaata/connectors/yggtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynyaata/connectors/yggtorrent.py b/pynyaata/connectors/yggtorrent.py index 4324e21..e727b2b 100644 --- a/pynyaata/connectors/yggtorrent.py +++ b/pynyaata/connectors/yggtorrent.py @@ -12,7 +12,7 @@ class YggTorrent(ConnectorCore): color = 'is-success' title = 'YggTorrent' favicon = 'yggtorrent.png' - base_url = 'https://www2.yggtorrent.se' + base_url = 'https://www2.yggtorrent.si' is_light = False category = 2179