Update nhk.or.jp

This commit is contained in:
freearhey 2023-12-03 18:30:55 +03:00
parent 7a4f22490b
commit 9b63782276
2 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,3 @@
// npm run grab -- --site=nhk.or.jp
// npx jest nhk.or.jp.test.js
const { url, parser } = require('./nhk.or.jp.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')

15
sites/nhk.or.jp/readme.md Normal file
View file

@ -0,0 +1,15 @@
# nhk.or.jp
https://www3.nhk.or.jp/nhkworld/ _[Geo-blocked]_
### Download the guide
```sh
npm run grab -- --site=nhk.or.jp
```
### Test
```sh
npm test -- nhk.or.jp
```