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