mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-19 09:25:43 +00:00
[pbs] Add format_id
for direct links
This commit is contained in:
parent
74f728249f
commit
e8b9ab8957
@ -187,6 +187,7 @@ def _real_extract(self, url):
|
||||
else:
|
||||
formats.append({
|
||||
'url': format_url,
|
||||
'format_id': redirect.get('eeid'),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user