mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-11 18:58:35 +09:00
[bilibili] fix video info extraction(closes #28341)
This commit is contained in:
@@ -156,6 +156,7 @@ class BiliBiliIE(InfoExtractor):
|
|||||||
cid = js['result']['cid']
|
cid = js['result']['cid']
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
|
'Accept': 'application/json',
|
||||||
'Referer': url
|
'Referer': url
|
||||||
}
|
}
|
||||||
headers.update(self.geo_verification_headers())
|
headers.update(self.geo_verification_headers())
|
||||||
|
Reference in New Issue
Block a user