1
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-10 09:06:24 +01:00

[Twitter/t.co] showcase expanded how to use generic

This commit is contained in:
Unknown 2020-10-13 02:03:48 +02:00
parent 86b868c6a5
commit f33b7b5eb4

View File

@ -616,3 +616,4 @@ class TwitterShortenerIE(TwitterBaseIE):
def _real_extract(self, url):
print(url)
return self.url_result(url, 'Generic')