From 7a5fab4d9a95fe53d83c92b5dd1f91765e131129 Mon Sep 17 00:00:00 2001 From: Christophe Painchaud Date: Fri, 14 Jul 2023 15:42:50 +0200 Subject: [PATCH] Update yggtorrent.py to use new URL yggtorrent.wtf (#11404) Co-authored-by: Dario --- medusa/providers/torrent/html/yggtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medusa/providers/torrent/html/yggtorrent.py b/medusa/providers/torrent/html/yggtorrent.py index 06f16549ff..a89cba4d7f 100644 --- a/medusa/providers/torrent/html/yggtorrent.py +++ b/medusa/providers/torrent/html/yggtorrent.py @@ -36,7 +36,7 @@ def __init__(self): self.password = None # URLs - self.url = 'https://yggtorrent.do' + self.url = 'https://yggtorrent.wtf' self.urls = { 'auth': urljoin(self.url, 'user/ajax_usermenu'), 'login': urljoin(self.url, 'user/login'),