mirror of
https://github.com/iptv-org/iptv
synced 2026-09-06 12:01:57 -04:00
Update validate.ts
This commit is contained in:
@@ -60,8 +60,6 @@ async function main() {
|
||||
.split(/\r?\n/)
|
||||
.filter(Boolean)
|
||||
.forEach((link: string) => {
|
||||
errors = errors.concat(validateStreamUrl(link))
|
||||
|
||||
const found: Stream = streams.first((_stream: Stream) => _stream.url === link.trim())
|
||||
if (!found) {
|
||||
errors.push(`The stream with the URL "${link}" is missing from the playlists`)
|
||||
|
||||
Reference in New Issue
Block a user