Update novacyprus.com

This commit is contained in:
freearhey
2023-12-03 18:40:41 +03:00
parent 49c204acf2
commit 6c90e9dbff
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
# novacyprus.com
https://www.novacyprus.com/en/node/32742
### Download the guide
```sh
npm run grab -- --site=novacyprus.com
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/novacyprus.com/novacyprus.com.config.js --output=./sites/novacyprus.com/novacyprus.com.channels.xml
```
### Test
```sh
npm test -- novacyprus.com
```