[twitter] match /video/ tweet urls

This commit is contained in:
Delphox
2024-05-17 16:50:51 -03:00
committed by GitHub
parent 07d962d60a
commit 8ba73e2ec9
2 changed files with 8 additions and 1 deletions

View File

@@ -749,7 +749,7 @@ class TwitterTweetExtractor(TwitterExtractor):
"""Extractor for individual tweets"""
subcategory = "tweet"
pattern = (BASE_PATTERN + r"/([^/?#]+|i/web)/status/(\d+)"
r"/?(?:$|\?|#|photo/)")
r"/?(?:$|\?|#|photo/|video/)")
example = "https://twitter.com/USER/status/12345"
def __init__(self, match):