forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann 2024-02-25 01:39:19 +02:00
parent 5614d33d23
commit ce216f7f37
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ def filter_emojis_only(title, golden=True, count_emojis=False, obj=None, author=
return title
def is_whitelisted(domain, k):
if k.lower.startswith('utm_'):
if k.lower().startswith('utm_'):
return False
if domain not in {'youtube.com','reddit.com','twitter.com','msn.com','wsj.com','tiktok.com','forbes.com','dailymail.co.uk','facebook.com','spotify.com','nytimes.com','businessinsider.com','instagram.com','yahoo.com','thedailybeast.com','nypost.com','newsweek.com','bloomberg.com','quora.com','nbcnews.com','reuters.com','tmz.com','cnbc.com','marketwatch.com','thetimes.co.uk','sfchronicle.com','washingtonpost.com','cbsnews.com','foxnews.com','bbc.com','bbc.co.uk','ifunny.co','independent.co.uk'}: