mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 19:37:00 -04:00
Update /sites
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
function parseContent(content) {
|
||||
const [_, json] = content.match(/window.__EPG_REDUX_DATA__=(.*);\n/i) || [null, null]
|
||||
const [, json] = content.match(/window.__EPG_REDUX_DATA__=(.*);\n/i) || [null, null]
|
||||
const data = JSON.parse(json)
|
||||
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user