projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7b1d6
)
[arte.tv] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Sun, 28 Dec 2014 09:42:29 +0000
(15:42 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 28 Dec 2014 09:42:29 +0000
(15:42 +0600)
youtube_dl/extractor/arte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/arte.py
b/youtube_dl/extractor/arte.py
index f025393272b50fdd6537a5046aca4866aeedf467..929dd3cc5550beb1b2da8874763084b5146d2f33 100644
(file)
--- a/
youtube_dl/extractor/arte.py
+++ b/
youtube_dl/extractor/arte.py
@@
-37,7
+37,7
@@
class ArteTvIE(InfoExtractor):
config_xml_url, video_id, note='Downloading configuration')
formats = [{
- 'forma_id': q.attrib['quality'],
+ 'forma
t
_id': q.attrib['quality'],
# The playpath starts at 'mp4:', if we don't manually
# split the url, rtmpdump will incorrectly parse them
'url': q.text.split('mp4:', 1)[0],