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:
Anise
2025-11-08 09:33:29 +01:00
committed by GitHub
parent 7fa2e95528
commit 8ff9b91378

View File

@@ -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 }) {