mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update i24news.tv
This commit is contained in:
parent
1280fd62af
commit
7209f998fe
2 changed files with 15 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
// npm run grab -- --site=i24news.tv
|
|
||||||
|
|
||||||
const { parser, url } = require('./i24news.tv.config.js')
|
const { parser, url } = require('./i24news.tv.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
15
sites/i24news.tv/readme.md
Normal file
15
sites/i24news.tv/readme.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue