文件名称:iptv-checker-module:检查.m3u播放列表文件中IPTV频道的连接性
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-20 14:38:58
m3u8 iptv m3u JavaScript
IPTV检查器模块 验证.m3u播放列表中IPTV频道链接的模块。 要求 此工具需要ffmpeg库,因此您需要在设备上安装它。 您可以在找到。 例子 const { readFileSync } = require ( 'fs' ) const iptvChecker = require ( 'iptv-checker-module' ) const opts = { timeout : 5000 , parallel : 2 , } // Example with path to local playlist file iptvChecker ( '/home/foo/playlist.m3u' , opts ) // Example with playlist URL iptvChecker ( 'http://127.0.0.1/example/playlist.m3u'
【文件预览】:
iptv-checker-module-master
----.travis.yml(189B)
----package.json(1KB)
----test()
--------input()
--------index.test.js(2KB)
----.prettierrc(141B)
----package-lock.json(145KB)
----src()
--------index.js(2KB)
--------helper.js(5KB)
----.eslintrc.js(890B)
----.gitignore(62B)
----CHANGELOG.md(342B)
----README.md(6KB)