mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 16:45:17 +00:00
[Twitter/t.co] showcase expanded how to use generic
This commit is contained in:
@ -615,4 +615,5 @@ class TwitterShortenerIE(TwitterBaseIE):
|
|||||||
_VALID_URL = r'https?://t.co/'
|
_VALID_URL = r'https?://t.co/'
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
print(url)
|
print(url)
|
||||||
|
return self.url_result(url, 'Generic')
|
Reference in New Issue
Block a user