How to use iptv-playlist-parser - 1 common examples

To help you get started, we’ve selected a few iptv-playlist-parser examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github freearhey / iptv-checker / src / helper.js View on Github external
function parsePlaylist(file) {
  const content = readFile(file)
  const result = parser.parse(content)

  return result
}

iptv-playlist-parser

A basic IPTV playlist parser

MIT
Latest version published 6 months ago

Package Health Score

56 / 100
Full package analysis

Popular iptv-playlist-parser functions