From ef36441fc2102d723548322d2d65f14acac1c875 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:53:37 +0300 Subject: [PATCH] Update gatotv.com --- sites/gatotv.com/gatotv.com.channels.xml | 4 ++-- sites/gatotv.com/gatotv.com.test.js | 3 --- sites/gatotv.com/readme.md | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/gatotv.com/readme.md diff --git a/sites/gatotv.com/gatotv.com.channels.xml b/sites/gatotv.com/gatotv.com.channels.xml index a6403ffa..e601a914 100644 --- a/sites/gatotv.com/gatotv.com.channels.xml +++ b/sites/gatotv.com/gatotv.com.channels.xml @@ -1,6 +1,6 @@ - + ZooMoo Latinoamérica 24 Horas Chile 24 Horas M+ Acción diff --git a/sites/gatotv.com/gatotv.com.test.js b/sites/gatotv.com/gatotv.com.test.js index 50c8a572..f33dd541 100644 --- a/sites/gatotv.com/gatotv.com.test.js +++ b/sites/gatotv.com/gatotv.com.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/gatotv.com/gatotv.com.config.js --output=./sites/gatotv.com/gatotv.com.channels.xml -// npm run grab -- --site=gatotv.com - const { parser, url } = require('./gatotv.com.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/gatotv.com/readme.md b/sites/gatotv.com/readme.md new file mode 100644 index 00000000..420e653b --- /dev/null +++ b/sites/gatotv.com/readme.md @@ -0,0 +1,21 @@ +# gatotv.com + +https://www.gatotv.com/guia_tv/completa + +### Download the guide + +```sh +npm run grab -- --site=gatotv.com +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/gatotv.com/gatotv.com.config.js --output=./sites/gatotv.com/gatotv.com.channels.xml +``` + +### Test + +```sh +npm test -- gatotv.com +```