mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 15:40:15 +00:00
[Twitter/t.co] showcase expanded how to use generic
This commit is contained in:
parent
86b868c6a5
commit
f33b7b5eb4
@ -615,4 +615,5 @@ class TwitterShortenerIE(TwitterBaseIE):
|
||||
_VALID_URL = r'https?://t.co/'
|
||||
|
||||
def _real_extract(self, url):
|
||||
print(url)
|
||||
print(url)
|
||||
return self.url_result(url, 'Generic')
|
Loading…
Reference in New Issue
Block a user