0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +00:00

[twitter:card] Add add_ie for the external test

This commit is contained in:
Yen Chi Hsuan 2015-11-14 17:03:26 +08:00
parent 5f1b2aea80
commit 31752f76f7

View file

@ -52,6 +52,7 @@ class TwitterCardIE(InfoExtractor):
'uploader': 'OMG! Ubuntu!', 'uploader': 'OMG! Ubuntu!',
'uploader_id': 'omgubuntu', 'uploader_id': 'omgubuntu',
}, },
'add_ie': ['Youtube'],
}, },
{ {
'url': 'https://twitter.com/i/cards/tfw/v1/665289828897005568', 'url': 'https://twitter.com/i/cards/tfw/v1/665289828897005568',