Merge pull request #295 from nelzomal/bili_creator

feat: support bilibili creator
This commit is contained in:
程序员阿江-Relakkes
2024-06-12 21:44:59 +08:00
committed by GitHub
5 changed files with 55 additions and 8 deletions

View File

@@ -96,3 +96,9 @@ DY_CREATOR_ID_LIST = [
"MS4wLjABAAAATJPY7LAlaa5X-c8uNdWkvz0jUGgpw4eeXIwu_8BhvqE",
# ........................
]
# 指定bili创作者ID列表(sec_id)
BILI_CREATOR_ID_LIST = [
"20813884",
# ........................
]