Replies: 1 comment
-
只支持可直接获取的,暂不支持这类需要验证的订阅源。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在 subscribe.txt 中添加的某些订阅源,以浏览器 UA 访问时不会返回m3u 内容,只有以特定 UA 访问时才会返回m3u 内容
如:
curl https://tv.iill.top/m3u/Gather
返回为空
curl --user-agent "AptvPlayer/1.3.8" https://tv.iill.top/m3u/Gather
返回为 m3u 内容
建议在 config 中加上可定义 UA 的功能及字段,以将类似 m3u 加入到筛选列表中
Beta Was this translation helpful? Give feedback.
All reactions