diff options
author | Naglis Jonaitis <njonaitis@gmail.com> | 2014-11-19 01:20:42 +0200 |
---|---|---|
committer | Naglis Jonaitis <njonaitis@gmail.com> | 2014-11-19 01:21:02 +0200 |
commit | 480b7c32a94db050bb216519d3b7fd4589d1e8fb (patch) | |
tree | 02e4152685e15a419deb7060851f50119dff8d77 /youtube_dl/extractor | |
parent | f56875f2719868d191a51a1444720717c2e7e5c2 (diff) |
[rtlxl] Fix format order
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/rtlnl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/rtlnl.py b/youtube_dl/extractor/rtlnl.py index 599952512..5daef2fc5 100644 --- 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, } ]) |