Merge channels.xml

This commit is contained in:
Aleksandr Statciuk
2023-01-05 15:28:24 +03:00
parent 915a53c5f2
commit 18a4c8f305
451 changed files with 2183 additions and 20292 deletions

View File

@@ -30,9 +30,9 @@ module.exports = {
return programs
},
async channels({ country }) {
async channels() {
const html = await axios
.get(`https://www.canalplus-afrique.com/${country}/guide-tv-maintenant`)
.get(`https://www.canalplus-afrique.com/bf/guide-tv-maintenant`)
.then(r => r.data)
.catch(console.log)