diff --git a/sites/i24news.tv/i24news.tv.test.js b/sites/i24news.tv/i24news.tv.test.js index f231d4e5..358244fd 100644 --- a/sites/i24news.tv/i24news.tv.test.js +++ b/sites/i24news.tv/i24news.tv.test.js @@ -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') diff --git a/sites/i24news.tv/readme.md b/sites/i24news.tv/readme.md new file mode 100644 index 00000000..ca4181c1 --- /dev/null +++ b/sites/i24news.tv/readme.md @@ -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 +```