From e392d1639b858c70db1797de2cd3926c431bec67 Mon Sep 17 00:00:00 2001 From: nao20010128nao Date: Wed, 10 Jul 2019 01:22:16 +0000 Subject: [PATCH] [twitter] Move added test case at correct place --- youtube_dl/extractor/twitter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/youtube_dl/extractor/twitter.py b/youtube_dl/extractor/twitter.py index 58d55b6ce..19b9232a5 100644 --- a/youtube_dl/extractor/twitter.py +++ b/youtube_dl/extractor/twitter.py @@ -105,9 +105,6 @@ class TwitterCardIE(TwitterBaseIE): }, { 'url': 'https://twitter.com/i/videos/752274308186120192', 'only_matching': True, - }, { - 'url': 'https://twitter.com/-/status/1087791357756956680', - 'only_matching': True, }, ] @@ -431,6 +428,9 @@ class TwitterIE(InfoExtractor): 'params': { 'skip_download': True, # requires ffmpeg }, + }, { + 'url': 'https://twitter.com/-/status/1087791357756956680', + 'only_matching': True, }] def _real_extract(self, url):