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

View File

@@ -1,5 +1,3 @@
// npm run grab -- --site=nhkworldpremium.com --lang=ja
const { parser, url } = require('./nhkworldpremium.com.config.js')
const fs = require('fs')
const path = require('path')

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
```