1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 05:52:53 +08:00

[twitter] Move added test case at correct place

This commit is contained in:
nao20010128nao 2019-07-10 01:22:16 +00:00
parent c07d8c5326
commit e392d1639b

View File

@ -105,9 +105,6 @@ class TwitterCardIE(TwitterBaseIE):
}, { }, {
'url': 'https://twitter.com/i/videos/752274308186120192', 'url': 'https://twitter.com/i/videos/752274308186120192',
'only_matching': True, 'only_matching': True,
}, {
'url': 'https://twitter.com/-/status/1087791357756956680',
'only_matching': True,
}, },
] ]
@ -431,6 +428,9 @@ class TwitterIE(InfoExtractor):
'params': { 'params': {
'skip_download': True, # requires ffmpeg 'skip_download': True, # requires ffmpeg
}, },
}, {
'url': 'https://twitter.com/-/status/1087791357756956680',
'only_matching': True,
}] }]
def _real_extract(self, url): def _real_extract(self, url):