Update nhkworldpremium.com

This commit is contained in:
freearhey
2023-12-03 18:36:10 +03:00
parent 8cf058b7ca
commit 4cbaaaa8fc
2 changed files with 25 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
# nhkworldpremium.com
https://nhkworldpremium.com/en/schedules (English)
https://nhkworldpremium.com/ja/schedules (Japanese)
### Download the guide
English:
```sh
npm run grab -- --site=nhkworldpremium.com --lang=en
```
Japanese:
```sh
npm run grab -- --site=nhkworldpremium.com --lang=ja
```
### Test
```sh
npm test -- nhkworldpremium.com
```