Skip to content

A little repo that help you craw all subtitle of a anime seasion on Bilibili and convert it to SRT (SubRip file format) format

Notifications You must be signed in to change notification settings

PhanTranHung/craw-bilibili-subtitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A little repo that help you craw all subtitle of a anime seasion on Bilibili and convert it to SRT (SubRip file format) format

How to use?

Coppy all code in js file and paste to brower console and call

loadAllSubtitleOfTheSeason({ seasion_id: "you get id from url" });

Where is the seasion_id

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 });

Note

  • To prevent CORS error, you should paste code in the console of Bilibili websilte

About

A little repo that help you craw all subtitle of a anime seasion on Bilibili and convert it to SRT (SubRip file format) format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published