Update sites/skyperfectv.co.jp/skyperfectv.co.jp.config.js

Fixing user agent

Co-authored-by: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com>
This commit is contained in:
Anise
2025-11-08 09:34:43 +01:00
committed by GitHub
parent 75621c30ed
commit 7f44442a8e

View File

@@ -28,7 +28,7 @@ const exported = {
request: { request: {
headers: { headers: {
Cookie: 'adult_auth=true', Cookie: 'adult_auth=true',
'User-Agent': USER_AGENTS[Math.floor(Math.random() * USER_AGENTS.length)], 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'
} }
}, },
parser({ content, date }) { parser({ content, date }) {