Browse Source

[rtlxl] Fix format order

Naglis Jonaitis 10 years ago
parent
commit
480b7c32a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/rtlnl.py

+ 1 - 0
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,
             }
         ])