mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
26 lines
383 B
Markdown
26 lines
383 B
Markdown
# nhkworldpremium.com
|
|
|
|
https://nhkworldpremium.com/en/schedules (English)
|
|
|
|
https://nhkworldpremium.com/ja/schedules (Japanese)
|
|
|
|
### Download the guide
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run grab --- --sites=nhkworldpremium.com --lang=en
|
|
```
|
|
|
|
Japanese:
|
|
|
|
```sh
|
|
npm run grab --- --sites=nhkworldpremium.com --lang=ja
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- nhkworldpremium.com
|
|
```
|