[bilibili] fix video info extraction(closes #28341)

This commit is contained in:
Remita Amine 2021-03-20 20:25:07 +01:00 committed by Lauren Liberda
parent e6efc4cc87
commit fd211154d3

View file

@ -156,6 +156,7 @@ class BiliBiliIE(InfoExtractor):
cid = js['result']['cid']
headers = {
'Accept': 'application/json',
'Referer': url
}
headers.update(self.geo_verification_headers())