Emojis representing twitter link

main
Bob Mottram 2022-07-17 16:56:06 +01:00
parent 14d587a7cf
commit 55177456e5
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def _is_twitter_post(content: str) -> bool:
"""
features = (
'/twitter.', '/nitter.', '@twitter.', '@nitter.',
'>RT <', '_tw<', '_tw@', 'tweet', 'Tweet'
'>RT <', '_tw<', '_tw@', 'tweet', 'Tweet', '🐦🔗'
)
for feat in features:
if feat in content: