diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-12-10 21:54:48 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-10 21:54:48 +0600 |
commit | a8abf124c80cac3f2a75a2261523a3836376888d (patch) | |
tree | 07a35a029c78d27c3b43f2d6ed934a3f3500552e | |
parent | 176ccefcd89af5393b7cab14237097c54dd0ee14 (diff) |
[dailymotion] Add subtitles test URL for reference
-rw-r--r-- | youtube_dl/extractor/dailymotion.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/dailymotion.py b/youtube_dl/extractor/dailymotion.py index e260a0c59..428556213 100644 --- a/youtube_dl/extractor/dailymotion.py +++ b/youtube_dl/extractor/dailymotion.py @@ -99,6 +99,11 @@ class DailymotionIE(DailymotionBaseInfoExtractor): { 'url': 'http://www.dailymotion.com/video/xhza0o', '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, } ] |