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
例如爬取湖南组播源,等于是打开http://tonkiang.us/hoteliptv.php输入湖南搜索,实际上除了[175.0.32.62:8081]这类纯数字的ip外还有[www.qhdrive.mi4.xyz:8888]这种域名加ip的,现在代码只能从纯数字ip+端口下解析出频道列表,实际上www.qhdrive.mi4.xyz:8888这个下也包含有282个频道列表,但代码不能解析出来,而且/udp/239.76.245.115:1234这类含udp的组播也没有解析出来,只有rtp的组播源,希望大佬升级一下代码,能解析出www.qhdrive.mi4.xyz:8888这类地址下包含的频道列表和含有udp的组播源。
The text was updated successfully, but these errors were encountered:
fix:url match(#410)
4d578f6
感谢反馈,该功能工作流已实现,其它运行方式待1.5.0发布
Sorry, something went wrong.
已实现,请更新v1.5.0
No branches or pull requests
例如爬取湖南组播源,等于是打开http://tonkiang.us/hoteliptv.php输入湖南搜索,实际上除了[175.0.32.62:8081]这类纯数字的ip外还有[www.qhdrive.mi4.xyz:8888]这种域名加ip的,现在代码只能从纯数字ip+端口下解析出频道列表,实际上www.qhdrive.mi4.xyz:8888这个下也包含有282个频道列表,但代码不能解析出来,而且/udp/239.76.245.115:1234这类含udp的组播也没有解析出来,只有rtp的组播源,希望大佬升级一下代码,能解析出www.qhdrive.mi4.xyz:8888这类地址下包含的频道列表和含有udp的组播源。
The text was updated successfully, but these errors were encountered: