mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-05 09:27:25 +08:00
chore: 增加--help参数中文显示支持及douyin_aweme表music_download_url字段\n\n- 为命令行参数增加中文显示支持,提升用户体验\n- 在douyin_aweme表中新增music_download_url字段用于存储视频音乐下载链接\n- 更新相关数据库表结构文件(tables.sql, sqlite_tables.sql)\n- 实现音乐下载URL提取逻辑并集成到数据存储流程
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -169,4 +169,8 @@ cython_debug/
|
||||
*/.DS_Store
|
||||
.vscode
|
||||
/node_modules
|
||||
docs/.vitepress/cache
|
||||
docs/.vitepress/cache
|
||||
|
||||
# other gitignore
|
||||
.venv
|
||||
.refer
|
||||
Reference in New Issue
Block a user