Browse Source

[dailymotion] Add subtitles test URL for reference

totalwebcasting
Sergey M․ 9 years ago
parent
commit
a8abf124c8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      youtube_dl/extractor/dailymotion.py

+ 5
- 0
youtube_dl/extractor/dailymotion.py View File

@ -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,
}
]


Loading…
Cancel
Save