mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
Update nhkworldpremium.com
This commit is contained in:
@@ -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')
|
||||
|
||||
25
sites/nhkworldpremium.com/readme.md
Normal file
25
sites/nhkworldpremium.com/readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user