Create readme.md

This commit is contained in:
freearhey 2025-01-11 17:36:57 +03:00
parent 297b68d0e3
commit 67265aa79b

View file

@ -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
```