Update mako.co.il

This commit is contained in:
freearhey
2023-12-03 17:08:33 +03:00
parent 21d0bdf148
commit 193c99e44a
2 changed files with 15 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,15 @@
# mako.co.il
https://www.mako.co.il/tv-tv-schedule
### Download the guide
```sh
npm run grab -- --site=mako.co.il
```
### Test
```sh
npm test -- mako.co.il
```