Files
epg/sites/nhkworldpremium.com/readme.md

26 lines
383 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# nhkworldpremium.com
https://nhkworldpremium.com/en/schedules (English)
https://nhkworldpremium.com/ja/schedules (Japanese)
### Download the guide
English:
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=nhkworldpremium.com --lang=en
2025-09-28 17:55:05 +03:00
```
Japanese:
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=nhkworldpremium.com --lang=ja
2025-09-28 17:55:05 +03:00
```
### Test
```sh
npm test --- nhkworldpremium.com
```