Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@zzvw
Copy link
Contributor

@zzvw zzvw commented Apr 17, 2025

Description

Issue #289 中提到自动上传失败的问题,与 Issue #211 中的问题十分类似,都是冷门主播 B 站没有相关搜索推荐词条。设置的默认 Tag 格式可能与 API 不完全吻合

Related Issues

Issue #289 & Issue #211

Changes Proposed

  • src/upload/extract_video_info.py 中第 79 行,由 tags = ["直播回放", "切片"] 修改为 tags = "直播回放"
  • src/upload/query_search_suggestion.py 中第 29 行及 32 行,由 return ["直播回放", "切片"] 修改为 return "直播回放"

Checklist

  • Code has been reviewed
  • Code complies with the project's code standards and best practices
  • Code has passed all tests
  • Code does not affect the normal use of existing features
  • Code has been commented properly
  • Documentation has been updated (if applicable)
  • Demo/checkpoint has been attached (if applicable)

Copy link
Owner

@timerring timerring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@timerring timerring linked an issue Apr 17, 2025 that may be closed by this pull request
@timerring timerring merged commit 44c87d6 into timerring:main Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] 参数校验问题导致上传失败

2 participants