1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00:00

[rtlxl] Fix format order

This commit is contained in:
Naglis Jonaitis 2014-11-19 01:20:42 +02:00
parent f56875f271
commit 480b7c32a9

View file

@ -55,6 +55,7 @@ class RtlXlIE(InfoExtractor):
{ {
'url': PG_URL_TEMPLATE % ('a3m', video_urlpart), 'url': PG_URL_TEMPLATE % ('a3m', video_urlpart),
'format_id': 'pg-hd', 'format_id': 'pg-hd',
'quality': 0,
} }
]) ])