mirror of
https://github.com/iptv-org/iptv
synced 2026-03-30 15:51:45 -04:00
Update scripts
This commit is contained in:
@@ -12,8 +12,6 @@ const FIELDS = new Dictionary({
|
||||
'Broken Links': 'broken_links',
|
||||
Label: 'label',
|
||||
Quality: 'quality',
|
||||
Timeshift: 'timeshift',
|
||||
'Timeshift (optional)': 'timeshift',
|
||||
'Channel Name': 'channel_name',
|
||||
'HTTP User-Agent': 'user_agent',
|
||||
'HTTP Referrer': 'http_referrer',
|
||||
|
||||
@@ -40,8 +40,7 @@ export class PlaylistParser {
|
||||
line: item.line,
|
||||
url: item.url,
|
||||
httpReferrer: item.http.referrer,
|
||||
userAgent: item.http['user-agent'],
|
||||
timeshift: item.tvg.shift
|
||||
userAgent: item.http['user-agent']
|
||||
})
|
||||
|
||||
streams.add(stream)
|
||||
|
||||
Reference in New Issue
Block a user