mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update nhk.or.jp
This commit is contained in:
parent
7a4f22490b
commit
9b63782276
2 changed files with 15 additions and 3 deletions
|
@ -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 { url, parser } = require('./nhk.or.jp.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
15
sites/nhk.or.jp/readme.md
Normal file
15
sites/nhk.or.jp/readme.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue