fix dishtv.in config for proper channels parse.

This commit is contained in:
theofficialomega
2025-08-20 23:53:01 +02:00
parent 33d57da539
commit 04e32a4853
3 changed files with 167 additions and 171 deletions
+2 -1
View File
@@ -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'
}
})
) {