A little repo that help you craw all subtitle of a anime seasion on Bilibili and convert it to SRT (SubRip file format) format
Coppy all code in js file and paste to brower console and call
loadAllSubtitleOfTheSeason({ seasion_id: "you get id from url" });
Let's look on the bilibili url
https://www.bilibili.tv/vi/play/1048837/11246947?bstar_from=bstar-web.pgc-video-detail.episode.all
https://www.bilibili.tv/vi/play/<season_id>/{episode_id}?bstar_from=bstar-web.pgc-video-detail.episode.all
loadAllSubtitleOfTheSeason({ seasion_id: 1048837 });
- To prevent CORS error, you should paste code in the console of Bilibili websilte