mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-14 05:40:07 +08:00
docs/misc/bvid_desc.md: 删除未使用的 BV_LEN 变量
This commit is contained in:
parent
a53d158ee6
commit
6fd4109cc0
@ -162,7 +162,6 @@ BASE = len(ALPHABET)
|
||||
PREFIX = "BV1"
|
||||
PREFIX_LEN = len(PREFIX)
|
||||
CODE_LEN = len(ENCODE_MAP)
|
||||
BV_LEN = PREFIX_LEN + CODE_LEN
|
||||
|
||||
def av2bv(aid: int) -> str:
|
||||
bvid = [""] * 9
|
||||
|
Loading…
Reference in New Issue
Block a user