mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-05 23:54:24 +00:00
[rtlxl] Fix format order
This commit is contained in:
parent
f56875f271
commit
480b7c32a9
|
@ -55,6 +55,7 @@ def _real_extract(self, url):
|
|||
{
|
||||
'url': PG_URL_TEMPLATE % ('a3m', video_urlpart),
|
||||
'format_id': 'pg-hd',
|
||||
'quality': 0,
|
||||
}
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue