1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 12:41:20 +02:00

[bilibili] Fix video downloading (closes #13001)

This commit is contained in:
Yen Chi Hsuan 2017-05-06 18:57:24 +08:00
parent 566fbbaefd
commit 228cd9bb90
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
version <unreleased>
Extractors
* [bilibili] Fix video downloading (#13001)
+ [vice] Support vice articles (#12968)
* [vice] Fix extraction for non en_us videos (#12967)
* [gdcvault] Fix extraction for some videos (#12733)

View File

@ -122,6 +122,11 @@ def _real_extract(self, url):
'preference': -2 if 'hd.mp4' in backup_url else -3,
})
for a_format in formats:
a_format.setdefault('http_headers', {}).update({
'Referer': url,
})
self._sort_formats(formats)
entries.append({