From 8f8dd23ba38e77ea084b6825baa33c72278bd932 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 8 Dec 2021 09:41:19 +0100 Subject: [PATCH] Update YGG 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 ad3f043..197e439 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.nz' + base_url = 'https://www3.yggtorrent.re' is_light = False category = 2179