mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-22 18:28:41 +00:00
@@ -1741,7 +1741,7 @@ class TwitterSpacesIE(TwitterBaseIE):
|
||||
|
||||
class TwitterShortenerIE(TwitterBaseIE):
|
||||
IE_NAME = 'twitter:shortener'
|
||||
_VALID_URL = r'https?://t.co/(?P<id>[^?]+)|tco:(?P<eid>[^?]+)'
|
||||
_VALID_URL = r'https?://t\.co/(?P<id>[^?#]+)|tco:(?P<eid>[^?#]+)'
|
||||
_BASE_URL = 'https://t.co/'
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Reference in New Issue
Block a user