From 21444229e4ab2a81045743abbabd145938aa3124 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 10 Jul 2023 14:35:10 +0000 Subject: [PATCH] New Ygg address --- 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 0a559db..a6e1069 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://www3.yggtorrent.do' + base_url = 'https://www3.yggtorrent.wtf' is_light = False category = 2179