Update i24news.tv

This commit is contained in:
freearhey 2023-12-03 16:36:45 +03:00
parent 1280fd62af
commit 7209f998fe
2 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=i24news.tv
const { parser, url } = require('./i24news.tv.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')

View file

@ -0,0 +1,15 @@
# i24news.tv
https://www.i24news.tv/en/schedules
### Download the guide
```sh
npm run grab -- --site=i24news.tv
```
### Test
```sh
npm test -- i24news.tv
```