3 unstable releases
0.2.1 | Aug 22, 2023 |
---|---|
0.2.0 | Jan 5, 2023 |
0.1.0 | Oct 29, 2022 |
#1311 in Algorithms
26 downloads per month
7KB
137 lines
abv
AV and BV convert functions for Bilibili videos.
Advantage
Unlike other libraries, numbers up to 2251799813685248
are supported.
Usage
bv2av("BV1B8Ziyo7s2").unwrap(); // 1145141919810
av2bv(11451419180).unwrap(); // "BV1gA4v1m7BV"
License
Licensed under either of
- MIT License (LICENSE-MIT or https://opensource.org/licenses/MIT)
- CC0 License/Waiver, (LICENSE-CC0 or https://creativecommons.org/publicdomain/zero/1.0/legalcode)
at your option.
Dependencies
~270–730KB
~17K SLoC