mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
wip
This commit is contained in:
parent
bad3eddf9d
commit
86e0c2f7da
31 changed files with 611 additions and 698 deletions
6
scripts/generators/index_m3u.js
Normal file
6
scripts/generators/index_m3u.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const api = require('../core/api')
|
||||
const _ = require('lodash')
|
||||
|
||||
module.exports = async function (streams = []) {
|
||||
return { filepath: 'index.m3u', items: streams }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue