浏览代码

[dailymotion] Add subtitles test URL for reference

Sergey M․ 9 年之前
父节点
当前提交
a8abf124c8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      youtube_dl/extractor/dailymotion.py

+ 5 - 0
youtube_dl/extractor/dailymotion.py

@@ -99,6 +99,11 @@ class DailymotionIE(DailymotionBaseInfoExtractor):
         {
         {
             'url': 'http://www.dailymotion.com/video/xhza0o',
             'url': 'http://www.dailymotion.com/video/xhza0o',
             'only_matching': True,
             'only_matching': True,
+        },
+        # with subtitles
+        {
+            'url': 'http://www.dailymotion.com/video/x20su5f_the-power-of-nightmares-1-the-rise-of-the-politics-of-fear-bbc-2004_news',
+            'only_matching': True,
         }
         }
     ]
     ]