Update directv.com.uy

This commit is contained in:
freearhey
2023-12-03 00:39:52 +03:00
parent 7ca948b60e
commit 2979e8f844
3 changed files with 16 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<!-- <channel site="directv.com.uy" lang="es" xmltv_id="" site_id="208#SONY">Sony Entertainment</channel> -->
<channel site="directv.com.uy" lang="es" xmltv_id="" site_id="208#SONY">Sony Entertainment</channel>
<channel site="directv.com.uy" lang="es" xmltv_id="24Horas.cl" site_id="708#24HR">24 Horas</channel>
<channel site="directv.com.uy" lang="es" xmltv_id="AMCLatinAmerica.us" site_id="210#AMC">AMC</channel>
<channel site="directv.com.uy" lang="es" xmltv_id="AnimalPlanetLatinAmerica.us" site_id="734#ANML">Animal Planet</channel>

View File

@@ -1,5 +1,3 @@
// [Geo-blocked] npm run grab -- --site=directv.com.uy
const { parser, url, request } = require('./directv.com.uy.config.js')
const fs = require('fs')
const path = require('path')

View File

@@ -0,0 +1,15 @@
# directv.com.uy
https://directv.com.uy/ _[Geo-blocked]_
### Download the guide
```sh
npm run grab -- --site=directv.com.uy
```
### Test
```sh
npm test -- directv.com.uy
```