From 856887d435e496a621a2d25c0054883010ab28c7 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 7 Mar 2023 18:13:21 +0300 Subject: [PATCH] Fixed dublicate of piped.video https://github.com/libredirect/libredirect/issues/652 --- instances.py | 1 + 1 file changed, 1 insertion(+) diff --git a/instances.py b/instances.py index 44350bf..6c14b38 100755 --- a/instances.py +++ b/instances.py @@ -269,6 +269,7 @@ def piped(): logging.error(traceback.format_exc()) continue mightyList[frontend] = _list + _list['clearnet'].remove("https://piped.video") print(Fore.GREEN + 'Fetched ' + Style.RESET_ALL + frontend) except Exception: fetchCache(frontend)