mirror of
https://github.com/iptv-org/epg
synced 2026-05-04 00:17:00 -04:00
Update /sites
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = {
|
||||
},
|
||||
async channels() {
|
||||
const data = await axios
|
||||
.get(`https://www.mon-programme-tv.be/chaine/toutes-les-chaines-television.html`)
|
||||
.get('https://www.mon-programme-tv.be/chaine/toutes-les-chaines-television.html')
|
||||
.then(r => r.data)
|
||||
.catch(console.log)
|
||||
const $ = cheerio.load(data)
|
||||
|
||||
Reference in New Issue
Block a user