iptv/scripts/generators/index_nsfw_m3u.js

7 lines
176 B
JavaScript
Raw Normal View History

2022-02-07 01:52:47 +01:00
const api = require('../core/api')
const _ = require('lodash')
module.exports = async function (streams = []) {
return { filepath: 'index.nsfw.m3u', items: streams }
}