From e0a593ceea74d1d8490fb6f6e8ffad0f3ca9ce05 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 25 Jul 2023 21:05:55 +0300 Subject: [PATCH] remove unnecessary streamable replacement (videos clipped on phone) --- files/helpers/sanitize.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 4fabdcd2d..6d8f0918f 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -669,9 +669,6 @@ def normalize_url(url): .replace("https://www.twitter.com", "https://twitter.com") \ .replace("https://www.instagram.com", "https://instagram.com") \ .replace("https://www.tiktok.com", "https://tiktok.com") \ - .replace("https://www.streamable.com", "https://streamable.com") \ - .replace("https://streamable.com/", "https://streamable.com/e/") \ - .replace("https://streamable.com/e/e/", "https://streamable.com/e/") \ .replace("https://imgur.com/", "https://i.imgur.com/") \ .replace("https://nitter.net/", "https://twitter.com/") \ .replace("https://nitter.42l.fr/", "https://twitter.com/") \