youtube-dl

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

commit 480b7c32a94db050bb216519d3b7fd4589d1e8fb
parent f56875f2719868d191a51a1444720717c2e7e5c2
Author: Naglis Jonaitis <njonaitis@gmail.com>
Date:   Wed, 19 Nov 2014 01:20:42 +0200

[rtlxl] Fix format order

Diffstat:
Myoutube_dl/extractor/rtlnl.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/rtlnl.py b/youtube_dl/extractor/rtlnl.py @@ -55,6 +55,7 @@ class RtlXlIE(InfoExtractor): { 'url': PG_URL_TEMPLATE % ('a3m', video_urlpart), 'format_id': 'pg-hd', + 'quality': 0, } ])