We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
首先感谢提供这个工具 说说自己碰到的问题
1 我没用docker,所以配置的路径中带有python文字,直接导致文件编辑时出错,这里用的是查找python替换的方式进行的,感觉稍微有些不妥 2 然后是多线程处理有诸多问题 数据库len(result) == 0 的时候会出现NONE的错误,不知道是不是这边的问题 还有就是delay时间计算时候,实际结果不对 数据库插入更新均采用逐条更新逐条提交太影响效率
NONE的错误,我这边是data保存,直接用executemany一起插入(放弃更新) delay这边用的是线程池的map方法改善的 逐条更新通过executemany一并改善了
3 另外一个源 https://iptv-org.github.io/iptv/index.m3u
The text was updated successfully, but these errors were encountered:
大哥牛皮,终于找到可以用的源了
Sorry, something went wrong.
No branches or pull requests
首先感谢提供这个工具
说说自己碰到的问题
1
我没用docker,所以配置的路径中带有python文字,直接导致文件编辑时出错,这里用的是查找python替换的方式进行的,感觉稍微有些不妥
2
然后是多线程处理有诸多问题
数据库len(result) == 0 的时候会出现NONE的错误,不知道是不是这边的问题
还有就是delay时间计算时候,实际结果不对
数据库插入更新均采用逐条更新逐条提交太影响效率
NONE的错误,我这边是data保存,直接用executemany一起插入(放弃更新)
delay这边用的是线程池的map方法改善的
逐条更新通过executemany一并改善了
3
另外一个源
https://iptv-org.github.io/iptv/index.m3u
The text was updated successfully, but these errors were encountered: