diff --git a/sites/cablego.com.pe/cablego.com.pe.channels.xml b/sites/cablego.com.pe/cablego.com.pe.channels.xml index 21514dec..0f0cd0d2 100644 --- a/sites/cablego.com.pe/cablego.com.pe.channels.xml +++ b/sites/cablego.com.pe/cablego.com.pe.channels.xml @@ -1,6 +1,6 @@ - + TRECE ARGENTINA ATV ATV+ BHTV diff --git a/sites/cablego.com.pe/cablego.com.pe.test.js b/sites/cablego.com.pe/cablego.com.pe.test.js index 53faeaf9..46a51d1f 100644 --- a/sites/cablego.com.pe/cablego.com.pe.test.js +++ b/sites/cablego.com.pe/cablego.com.pe.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/cablego.com.pe/cablego.com.pe.config.js --output=./sites/cablego.com.pe/cablego.com.pe.channels.xml -// npm run grab -- --site=cablego.com.pe - const { parser, url, request } = require('./cablego.com.pe.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/cablego.com.pe/readme.md b/sites/cablego.com.pe/readme.md new file mode 100644 index 00000000..6410ca0d --- /dev/null +++ b/sites/cablego.com.pe/readme.md @@ -0,0 +1,21 @@ +# cablego.com.pe + +https://cablego.com.pe/ + +### Download the guide + +```sh +npm run grab -- --site=cablego.com.pe +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/cablego.com.pe/cablego.com.pe.config.js --output=./sites/cablego.com.pe/cablego.com.pe.channels.xml +``` + +### Test + +```sh +npm test -- cablego.com.pe +```