1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-21 15:23:13 +00: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

@ -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')