Update tva.tv

This commit is contained in:
freearhey 2023-11-30 23:00:59 +03:00
parent 788888d31f
commit a5d1f1bbcf
2 changed files with 21 additions and 3 deletions

21
sites/tva.tv/readme.md Normal file
View file

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

View file

@ -1,6 +1,3 @@
// npm run channels:parse -- --config=./sites/tva.tv/tva.tv.config.js --output=./sites/tva.tv/tva.tv.channels.xml
// npm run grab -- --site=tva.tv
const { parser, url } = require('./tva.tv.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')