mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 01:17:02 -04:00
Update ontvtonight.com.config.js
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user