projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a8ab7
)
made ddc.arte.tv test working
author
Camillo Dell'mour
<cdellmour@gmail.com>
Sun, 8 Dec 2013 15:22:31 +0000
(16:22 +0100)
committer
Camillo Dell'mour
<cdellmour@gmail.com>
Sun, 8 Dec 2013 15:22:31 +0000
(16:22 +0100)
youtube_dl/extractor/arte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/arte.py
b/youtube_dl/extractor/arte.py
index 9866436123cf73186cde3ea89309db06645e59d9..2c472464e2dd3a308db29325ed4fdc03ba909b5f 100644
(file)
--- a/
youtube_dl/extractor/arte.py
+++ b/
youtube_dl/extractor/arte.py
@@
-267,9
+267,9
@@
class ArteTVDDCIE(ArteTVPlus7IE):
_TEST = {
u'url': u'http://ddc.arte.tv/folge/neues-aus-mauretanien',
- u'file': u'
Mit offenen Karten-
049881-009_PLUS7-D.flv',
+ u'file': u'049881-009_PLUS7-D.flv',
u'info_dict': {
- u'title': u'
neues-aus-mauretani
en',
+ u'title': u'
Mit offenen Kart
en',
},
}