mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 05:46:54 -04:00
Update mi.tv
This commit is contained in:
@@ -42,7 +42,10 @@ module.exports = {
|
||||
|
||||
return programs
|
||||
},
|
||||
async channels({ country, lang }) {
|
||||
async channels({ country }) {
|
||||
let lang = 'es'
|
||||
if (country === 'br') lang = 'pt'
|
||||
|
||||
const axios = require('axios')
|
||||
const data = await axios
|
||||
.get(`https://mi.tv/${country}/sitemap`)
|
||||
|
||||
Reference in New Issue
Block a user