don't return geo proxy headers in info dict

pull/9817/head
bashonly 4 weeks ago committed by GitHub
parent 717a3b8a09
commit 3aa65165e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -726,7 +726,7 @@ class BiliBiliBangumiIE(BilibiliBaseIE):
'duration': float_or_none(play_info.get('timelength'), scale=1000),
'subtitles': self.extract_subtitles(episode_id, episode_info.get('cid'), aid=aid),
'__post_extractor': self.extract_comments(aid),
'http_headers': headers,
'http_headers': {'Referer': url},
}

Loading…
Cancel
Save