mirror of
https://github.com/iptv-org/epg
synced 2026-09-09 21:36:50 -04:00
Update /sites
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = {
|
||||
},
|
||||
async channels() {
|
||||
const data = await axios
|
||||
.get(`https://www.tvgids.nl/gids/`)
|
||||
.get('https://www.tvgids.nl/gids/')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
const $ = cheerio.load(data)
|
||||
|
||||
Reference in New Issue
Block a user