mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update sites/tvguide.myjcom.jp/tvguide.myjcom.jp.config.js
Fixing the user agent Co-authored-by: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
|||||||
request: {
|
request: {
|
||||||
headers: {
|
headers: {
|
||||||
Cookie: 'AD_NAV=1; area_id=108;',
|
Cookie: 'AD_NAV=1; area_id=108;',
|
||||||
'User-Agent': USER_AGENTS[Math.floor(Math.random() * USER_AGENTS.length)]
|
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0 WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
url: function ({ date, channel }) {
|
url: function ({ date, channel }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user