mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-17 20:59:16 +01:00
[bilibili] Fix bug in efc947fb3eea38eeae257980e663de806f1e19d0
Authored by: u-spec-png
This commit is contained in:
parent
8c6f4daa4c
commit
d6124e191e
@ -800,7 +800,6 @@ class BiliIntlBaseIE(InfoExtractor):
|
||||
sub_data = self._download_json(sub_url, ep_id, fatal=False)
|
||||
if not sub_data:
|
||||
continue
|
||||
sub_data = self._parse_json(sub_data)
|
||||
subtitles.setdefault(sub.get('key', 'en'), []).append({
|
||||
'ext': 'srt',
|
||||
'data': self.json2srt(sub_data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user