mikal

Results 3 issues of mikal

首先谢谢Evil大大做得如此棒的项目,方便生成了m3u节目表。我目前使用的是dock版本,有以下几个建议供参考: 1. 可否增加添加其他ipvt源的入口,让用户可以添加其他源的,比如https://xxxxx.m3u,然后可以整合到https://github.com/EvilCult/iptv-m3u-maker/blob/master/http/tv.m3u中去。 2. 可否增加定时执行抓取m3u的任务,我没能找到可以定时执行抓取的脚本方式。 谢谢!

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

According to notify [page](https://github.com/acmesh-official/acme.sh/wiki/notify#13-set-notification-for-telegram), "TELEGRAM_BOT_APITOKEN" and "TELEGRAM_BOT_CHATID" are required. Can the TG API URL, api.telegram.org, also be customized and then replaced with self-hosted API? For example, https://${bot_API}/bot${bot_token}/getUpdates In some scenarios,...