-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
手动往database添加数据,无法匹配到豆瓣信息 #346
Labels
question
Further information is requested
Comments
补充下,因为想把rarbg的几十万电影种子整合到软件里面,目前发现了这个bug~~ |
可能是个 bug ,应该是爬虫的时候出错了 500有错误信息吗? |
用python模拟api请求,返回 content length 0 |
BennyThink
added
question
Further information is requested
and removed
bug
Something isn't working
labels
Jul 6, 2024
哦天,你用的这个版本,这个版本还有人用😨 建议你用这个 |
。。好吧。。离线完整运行包有win程序吗 |
。。。win端用一键脚本报错,需要安装docker吗 |
需要安装 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
手动往数据库添加以下行:
99999 百货战警2 Paul Blart: Mall Cop 2 Paul Blart: Mall Cop 2 美国 0 {"info": {"id": 99999, "cnname": "百货战警2", "enname": "百货战警2", "aliasname": "", "channel": "movie", "channel_cn": "电影", "area": "美国", "show_type": "", "expire": "1610400622", "views": 6, "year": [2015]}, "list": []}
豆瓣是能搜索到这个影片的:
前端无法匹配豆瓣信息:
api无响应,错误码500:
所以想问一下,这个根据关键词匹配豆瓣数据的逻辑是什么呢?手动添加的元数据无法匹配douban信息吗?
The text was updated successfully, but these errors were encountered: