youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 5a1840305746b7242c8d8307e945b9f889603a8b
parent 1b7b1d6eac4b40eddd0d574e5e5222f949704104
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 28 Dec 2014 15:42:29 +0600

[arte.tv] Fix typo

Diffstat:
Myoutube_dl/extractor/arte.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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'], + 'format_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],