ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.23k stars 9.93k forks source link

Can not download subtitles from Bilibili.com #26057

Open chaojizhang opened 4 years ago

chaojizhang commented 4 years ago

Checklist

Description

WRITE DESCRIPTION HERE

youtube-dl --write-sub https://www.bilibili.com/video/BV1gb411j7Bs and I got only the videos.

youtube-dl --list-subs https://www.bilibili.com/video/BV1gb411j7Bs the result is like: [download] Downloading video 169 of 176 1gb411j7Bs_86585012_0 has no subtitles

lifegpc commented 4 years ago

bilibili use its own subtitles file. That need convert json file to another normal subtitle file.

du-song commented 3 years ago

this will be addressed if #29215 get merged.