mirror of
https://github.com/iptv-org/epg
synced 2026-09-14 13:06:24 -04:00
fix dishtv.in config for proper channels parse.
This commit is contained in:
@@ -21,7 +21,8 @@ axios.post.mockImplementation((url, data, params) => {
|
||||
'sec-fetch-mode': 'cors',
|
||||
'sec-fetch-site': 'same-origin',
|
||||
'x-requested-with': 'XMLHttpRequest',
|
||||
Referer: 'https://www.dishtv.in/channel-guide.html'
|
||||
Referer: 'https://www.dishtv.in/channel-guide.html',
|
||||
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'
|
||||
}
|
||||
})
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user