pluto-iptv
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -64,3 +64,4 @@ #!/usr/bin/env node | ||
let m3u8 = ''; | ||
let m3u8 = `#EXTM3U | ||
`; | ||
channels.forEach((channel) => { | ||
@@ -67,0 +68,0 @@ let deviceId = uuid1(); |
{ | ||
"name": "pluto-iptv", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "pluto.tv to XMLTV & M3U converter", | ||
@@ -27,2 +27,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/evoactivity/PlutoIPTV#readme" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7744
180