mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update issueParser.ts
This commit is contained in:
parent
6d194f58ce
commit
24a911bf5f
1 changed files with 2 additions and 0 deletions
|
@ -8,11 +8,13 @@ const FIELDS = new Dictionary({
|
||||||
'Stream URL': 'stream_url',
|
'Stream URL': 'stream_url',
|
||||||
'Stream URL (optional)': 'stream_url',
|
'Stream URL (optional)': 'stream_url',
|
||||||
'Stream URL (required)': 'stream_url',
|
'Stream URL (required)': 'stream_url',
|
||||||
|
'Broken Link': 'stream_url',
|
||||||
Label: 'label',
|
Label: 'label',
|
||||||
Quality: 'quality',
|
Quality: 'quality',
|
||||||
'Channel Name': 'channel_name',
|
'Channel Name': 'channel_name',
|
||||||
'HTTP User-Agent': 'user_agent',
|
'HTTP User-Agent': 'user_agent',
|
||||||
'HTTP Referrer': 'http_referrer',
|
'HTTP Referrer': 'http_referrer',
|
||||||
|
'What happened to the stream?': 'reason',
|
||||||
Reason: 'reason',
|
Reason: 'reason',
|
||||||
Notes: 'notes',
|
Notes: 'notes',
|
||||||
'Notes (optional)': 'notes'
|
'Notes (optional)': 'notes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue