0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +00:00

[pbs] Add format_id for direct links

This commit is contained in:
Sergey M․ 2015-05-06 21:31:25 +06:00
parent 74f728249f
commit e8b9ab8957

View file

@ -187,6 +187,7 @@ def _real_extract(self, url):
else:
formats.append({
'url': format_url,
'format_id': redirect.get('eeid'),
})
self._sort_formats(formats)