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
按照作者的说明,已在群晖中成功部署了,网页能够正常打开,点击“抓取”,点击“状态”看到的日志总是卡在一半结束了,抓取的m3u8也不是实际抓取的结果。
查看日志,找到如下的报错: FileNotFoundError: [Errno 2] No such file or directory: './plugins/dotpy_source'
于是我就修改如附件的文件,将17行的路径修改为了“/srv/iptv/python/plugins/dotpy_source” dotpy.py.zip
映射了2个文件夹,/srv/iptv/python和/srv/iptv/http;重启docker后,点击“抓取”再看日志,能看到“正在生成Json文件……抓取完成“,但是点击下载的m3u8仍旧是默认原始的,不是实际分析抓取的版本。查看http里头的tv.m3u,似乎是把所有的无效频道。
麻烦作者大大,看看如何解决找到实际保存的m3u8文件在哪里?谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
按照作者的说明,已在群晖中成功部署了,网页能够正常打开,点击“抓取”,点击“状态”看到的日志总是卡在一半结束了,抓取的m3u8也不是实际抓取的结果。
查看日志,找到如下的报错:
FileNotFoundError: [Errno 2] No such file or directory: './plugins/dotpy_source'
于是我就修改如附件的文件,将17行的路径修改为了“/srv/iptv/python/plugins/dotpy_source”
dotpy.py.zip
映射了2个文件夹,/srv/iptv/python和/srv/iptv/http;重启docker后,点击“抓取”再看日志,能看到“正在生成Json文件……抓取完成“,但是点击下载的m3u8仍旧是默认原始的,不是实际分析抓取的版本。查看http里头的tv.m3u,似乎是把所有的无效频道。
麻烦作者大大,看看如何解决找到实际保存的m3u8文件在哪里?谢谢!
The text was updated successfully, but these errors were encountered: