Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

电影导演与编剧字段重复问题 #7

Closed
honwow opened this issue Nov 1, 2023 · 1 comment
Closed

电影导演与编剧字段重复问题 #7

honwow opened this issue Nov 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@honwow
Copy link

honwow commented Nov 1, 2023

你好,发现电影接口中所有的 directorwriter 字段值重复,均为 writer 的值。

本人不懂 go,但怀疑是以下代码的问题,仅供参考。

# crawl/movie.go

director := strings.TrimSpace(data["编剧"])
...
writer := strings.TrimSpace(data["编剧"])

@mythsman mythsman self-assigned this Nov 1, 2023
@mythsman mythsman added the bug Something isn't working label Nov 1, 2023
@mythsman
Copy link
Owner

mythsman commented Nov 1, 2023

已修复,但是存量数据可能需要手动更新。。。

@mythsman mythsman closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants