feat(crawler): 修复歌曲表 title/version 解析逻辑并完善导入流程日志
- 新增脚本 fix_title_version.py,从 hk_music_record.record_name 解析 title/version 字段 - 支持 dry-run 预览差异和 --apply 选项实际更新数据库 - 按平台批量同步和更新 PG crawler_*_songs 表的 title/version - 修正 runner.py 中无 preparer 或缺失 song_data 时增加警告日志 - 调整 runner.py 中 YINYAN_IMPORT_TABLE 为 yinyan_song_records2 时的软删除逻辑 - 避免因单条录音失败误删整首歌,提高数据导入准确性
Showing
2 changed files
with
197 additions
and
2 deletions
fix_title_version.py
0 → 100644
-
Please register or sign in to post a comment