Update scripts

This commit is contained in:
freearhey
2025-07-20 00:30:29 +03:00
parent 5b16467a64
commit feac6b6191
9 changed files with 41 additions and 38 deletions

View File

@@ -45,6 +45,6 @@ export type ChannelSearchableData = {
name: string
altNames: string[]
guideNames: string[]
streamNames: string[]
streamTitles: string[]
feedFullNames: string[]
}

View File

@@ -1,10 +1,10 @@
export type StreamData = {
channel: string | null
feed: string | null
name: string | null
channelId: string | null
feedId: string | null
title: string | null
url: string
referrer: string | null
user_agent: string | null
userAgent: string | null
quality: string | null
label: string | null
directives: string[]