Update ontvtonight.com.config.js

This commit is contained in:
freearhey
2026-04-20 04:02:45 +03:00
parent 2868ab8688
commit e2a427d7d6

View File

@@ -21,6 +21,12 @@ module.exports = {
return url
},
request: {
headers: {
'user-agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'
}
},
parser: function ({ content, date, channel }) {
const programs = []
const items = parseItems(content)