Skip to content

Releases: nanashi-1/bilibili-extractor

v1.0.2

08 May 03:02
Compare
Choose a tag to compare

Hot Fix

Fix errors showing up as panics.

v1.0.1

07 May 05:49
Compare
Choose a tag to compare

New Features

Add parallelism. (#20)

Can now compile multiple episodes in parallel. It improves compile times when compiling with soft subtitles.

API changes

Improve API Usability. (#18)

Includes the following:

  • Removal of annoying generics.
  • Combine NormalEpisodeMetadata and SpecialEpisodeMetadata into just EpisodeMetadata. Differences with their episode name are now changed into an enum called EpisodeId.
  • Use thiserror for error handling.
  • Use map_err instead of if let Err(e) when printing out the error.

Removed the annoying AsRef<Path> generic and all lifetimes. (#19)

v0.1.3

10 Feb 10:57
349ede7
Compare
Choose a tag to compare

Bug Fixes

Make subtitles appear in the video player by default. (#12)

This took way too long to go unnoticed. This addresses the issue #11.

v0.1.2

06 Dec 11:03
3e77452
Compare
Choose a tag to compare

Bug Fixes

Match subtitles. (#10)

Not a complete match but it is damn readable

Bilibili:
Screenshot_20231206_181657_Bilibili

Extractor:
Screenshot_20231206_195044_VLC

v0.1.1

06 Dec 10:30
Compare
Choose a tag to compare

Bug Fixes

Match Bilibili subtitles as closely as possible. (#7)

It is still slightly thinner and doesn't look great on all devices.

  • Biliblili

Screenshot_20231206_181657_Bilibili

  • Extracted

Screenshot from 2023-12-06 18-14-09

Fix JSON to SSA having the wrong next line character. (#9)

Maitainability

Add better debug messages. (#8)