Update kan.org.il

This commit is contained in:
freearhey 2023-12-03 16:53:17 +03:00
parent 58aa9dc969
commit 0f055426a4
2 changed files with 15 additions and 2 deletions

View file

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

View file

@ -0,0 +1,15 @@
# kan.org.il
https://kan.org.il/ _[Geo-blocked]_
### Download the guide
```sh
npm run grab -- --site=kan.org.il
```
### Test
```sh
npm test -- kan.org.il
```