From 4c584258933c8c67474c28e7c879136577853e05 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:39:20 +0300 Subject: [PATCH] Create readme.md --- sites/teleboy.ch/readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sites/teleboy.ch/readme.md diff --git a/sites/teleboy.ch/readme.md b/sites/teleboy.ch/readme.md new file mode 100644 index 00000000..72bb00dc --- /dev/null +++ b/sites/teleboy.ch/readme.md @@ -0,0 +1,21 @@ +# teleboy.ch [Geo-blocked] + +https://www.teleboy.ch/programm + +### Download the guide + +```sh +npm run grab --- --site=teleboy.ch +``` + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/teleboy.ch/teleboy.ch.config.js --output=./sites/teleboy.ch/teleboy.ch.channels.xml +``` + +### Test + +```sh +npm test --- teleboy.ch +```