mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 09:27:03 -04:00
Update ontvtonight.com.config.js
This commit is contained in:
@@ -21,6 +21,12 @@ module.exports = {
|
|||||||
|
|
||||||
return url
|
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 }) {
|
parser: function ({ content, date, channel }) {
|
||||||
const programs = []
|
const programs = []
|
||||||
const items = parseItems(content)
|
const items = parseItems(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user