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
因为类似tvbox,potlpayer,nplayer之类的软件。 可以添加外部列表源,但是需要得到的是一个”列表文件“ (等于他们的处理方式是:访问网址,下载文件,打开m3u或m3u8文件,得到播放列表)
目前是直接用了github的raw链接,会直接得到文件内容,而不是文件本身。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
因为类似tvbox,potlpayer,nplayer之类的软件。
可以添加外部列表源,但是需要得到的是一个”列表文件“
(等于他们的处理方式是:访问网址,下载文件,打开m3u或m3u8文件,得到播放列表)
目前是直接用了github的raw链接,会直接得到文件内容,而不是文件本身。
The text was updated successfully, but these errors were encountered: