[bilibili] fix video info extraction(closes #28341)
This commit is contained in:
parent
7f064d50db
commit
c6a14755bb
1 changed files with 1 additions and 0 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue