add support for _get_interactive_entries

This commit is contained in:
grqx_wsl 2024-07-27 22:09:44 +12:00
parent 90f4203632
commit 510e29a42c
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class BilibiliBaseIE(InfoExtractor):
('data', 'interaction', 'graph_version', {int_or_none}))
cid_edges = self._get_divisions(video_id, graph_version, {1: {'cid': cid}}, 1)
for cid, edges in cid_edges.items():
play_info = self._download_playinfo(video_id, cid, headers=headers)
play_info = self._download_playinfo(video_id, cid, headers=headers, try_look=1)
yield {
**metainfo,
'id': f'{video_id}_{cid}',