exclude ok resource images from wacz enricher

This commit is contained in:
msramalho
2023-08-09 11:26:46 +01:00
parent 810a31b1f0
commit 6e4fb76940

View File

@@ -57,6 +57,9 @@ class UrlUtil:
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
# ok
if " https://ok.ru/res/i/" in url: return False
return True
@staticmethod