From 543549bd597455e5fc6d32aa0c146fbe5930bc8b Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 May 2026 15:54:23 +0300 Subject: [PATCH] Create readme.md --- sites/epg.tmacaraibes.com/readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sites/epg.tmacaraibes.com/readme.md diff --git a/sites/epg.tmacaraibes.com/readme.md b/sites/epg.tmacaraibes.com/readme.md new file mode 100644 index 000000000..b11b29168 --- /dev/null +++ b/sites/epg.tmacaraibes.com/readme.md @@ -0,0 +1,21 @@ +# epg.tmacaraibes.com + +http://epg.tmacaraibes.com/Epg/xmltv.xml + +### Download the guide + +```sh +npm run grab --- --sites=epg.tmacaraibes.com +``` + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/epg.tmacaraibes.com/epg.tmacaraibes.com.config.js --output=./sites/epg.tmacaraibes.com/epg.tmacaraibes.com.channels.xml +``` + +### Test + +```sh +npm test --- epg.tmacaraibes.com +```