mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-05-26 12:37:25 +08:00
docs: translate comments and metadata to English
Update Chinese comments, variable descriptions, and metadata across multiple configuration and core files to English. This improves codebase accessibility for international developers. Additionally, removed the sponsorship section from README files.
This commit is contained in:
@@ -18,17 +18,17 @@
|
||||
# 使用本代码即表示您同意遵守上述原则和LICENSE中的所有条款。
|
||||
|
||||
|
||||
# 知乎平台配置
|
||||
# Zhihu platform configuration
|
||||
|
||||
# 指定知乎用户URL列表
|
||||
# Specify Zhihu user URL list
|
||||
ZHIHU_CREATOR_URL_LIST = [
|
||||
"https://www.zhihu.com/people/yd1234567",
|
||||
# ........................
|
||||
]
|
||||
|
||||
# 指定知乎ID列表
|
||||
# Specify Zhihu ID list
|
||||
ZHIHU_SPECIFIED_ID_LIST = [
|
||||
"https://www.zhihu.com/question/826896610/answer/4885821440", # 回答
|
||||
"https://zhuanlan.zhihu.com/p/673461588", # 文章
|
||||
"https://www.zhihu.com/zvideo/1539542068422144000", # 视频
|
||||
"https://www.zhihu.com/question/826896610/answer/4885821440", # answer
|
||||
"https://zhuanlan.zhihu.com/p/673461588", # article
|
||||
"https://www.zhihu.com/zvideo/1539542068422144000", # video
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user