mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-22 07:43:08 +00:00
[Twitter/t.co] showcase expanded how to use generic
This commit is contained in:
parent
86b868c6a5
commit
f33b7b5eb4
1 changed files with 2 additions and 1 deletions
|
@ -616,3 +616,4 @@ class TwitterShortenerIE(TwitterBaseIE):
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
print(url)
|
print(url)
|
||||||
|
return self.url_result(url, 'Generic')
|
Loading…
Reference in a new issue