From b19a49a8854359c5ec8accac22c52f36c154b21d Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 12 Feb 2024 16:08:50 +0200 Subject: [PATCH] fix duplicate --- files/helpers/sanitize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 0434907d1..90c531e5a 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -693,7 +693,7 @@ def normalize_url(url): .replace("https://x.com", "https://twitter.com") \ .replace("https://www.twitter.com", "https://twitter.com") \ .replace("https://fxtwitter.com", "https://twitter.com") \ - .replace("https://nitter.unixfox.eu/", "https://twitter.com/") \ + .replace("https://nitter.net/", "https://twitter.com/") \ .replace("https://nitter.42l.fr/", "https://twitter.com/") \ .replace("https://nitter.unixfox.eu/", "https://twitter.com/") \ .replace("https://m.facebook.com", "https://facebook.com") \