Update frikanalen.no

This commit is contained in:
freearhey 2023-12-03 15:51:31 +03:00
parent c6f8383b01
commit 9cafbb9292
2 changed files with 15 additions and 2 deletions

View file

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

View file

@ -0,0 +1,15 @@
# frikanalen.no
https://frikanalen.no/schedule
### Download the guide
```sh
npm run grab -- --site=frikanalen.no
```
### Test
```sh
npm test -- frikanalen.no
```