projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176ccef
)
[dailymotion] Add subtitles test URL for reference
author
Sergey M․
<dstftw@gmail.com>
Thu, 10 Dec 2015 15:54:48 +0000
(21:54 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 10 Dec 2015 15:54:48 +0000
(21:54 +0600)
youtube_dl/extractor/dailymotion.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dailymotion.py
b/youtube_dl/extractor/dailymotion.py
index e260a0c59b1cdb3fb1c34cfa83d14fa3b13c63f7..428556213239651a6994cedf22c78d62d81e0434 100644
(file)
--- 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,
}
]