2023-12-03 17:38:59 +03:00
|
|
|
# mi.tv
|
|
|
|
|
|
|
|
|
|
| Country | Code | URL |
|
|
|
|
|
| ----------- | ---- | ----------------------------- |
|
|
|
|
|
| Argentina | `ar` | https://mi.tv/ar/programacion |
|
|
|
|
|
| Brazil | `br` | https://mi.tv/br/programacao |
|
|
|
|
|
| Chile | `cl` | https://mi.tv/cl/programacion |
|
|
|
|
|
| Colombia | `co` | https://mi.tv/co/programacion |
|
|
|
|
|
| El Salvador | `sv` | https://mi.tv/sv/programacion |
|
|
|
|
|
| Guatemala | `gt` | https://mi.tv/gt/programacion |
|
|
|
|
|
| Honduras | `hn` | https://mi.tv/hn/programacion |
|
|
|
|
|
| Mexico | `mx` | https://mi.tv/mx/programacion |
|
|
|
|
|
| Paraguay | `py` | https://mi.tv/py/programacion |
|
|
|
|
|
| Peru | `pe` | https://mi.tv/pe/programacion |
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --channels=sites/mi.tv/mi.tv_<COUNTRY_CODE>.channels.xml
|
2023-12-03 17:38:59 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/mi.tv/mi.tv.config.js --output=./sites/mi.tv/mi.tv_<COUNTRY_CODE>.channels.xml --set=country:<COUNTRY_CODE>
|
2023-12-03 17:38:59 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- mi.tv
|
2023-12-03 17:38:59 +03:00
|
|
|
```
|