mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
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:
@@ -28,7 +28,7 @@ const exported = {
|
||||
request: {
|
||||
headers: {
|
||||
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 }) {
|
||||
|
||||
Reference in New Issue
Block a user