From 67265aa79bdd6920cbbfc73a24366cd8e9195309 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:36:57 +0300 Subject: [PATCH] Create readme.md --- sites/epg.112114.xyz/readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sites/epg.112114.xyz/readme.md diff --git a/sites/epg.112114.xyz/readme.md b/sites/epg.112114.xyz/readme.md new file mode 100644 index 00000000..8df08eba --- /dev/null +++ b/sites/epg.112114.xyz/readme.md @@ -0,0 +1,21 @@ +# epg.112114.xyz + +https://epg.112114.xyz/pp.xml + +### Download the guide + +```sh +npm run grab --- --site=epg.112114.xyz +``` + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/epg.112114.xyz/epg.112114.xyz.config.js --output=./sites/epg.112114.xyz/epg.112114.xyz.channels.xml +``` + +### Test + +```sh +npm test --- epg.112114.xyz +```