minor fixes

This commit is contained in:
msramalho
2023-07-31 16:08:48 +01:00
parent 31c07a02e1
commit 60a1f3a27a
3 changed files with 12 additions and 2 deletions

View File

@@ -52,6 +52,11 @@ class UrlUtil:
# telegram
if "https://telegram.org/img/emoji/" in url: return False
# youtube
if "https://www.youtube.com/s/gaming/emoji/" in url: return False
if "https://yt3.ggpht.com" in url and "default-user=" in url: return False
if "https://www.youtube.com/s/search/audio/" in url: return False
return True
@staticmethod