mirror of
https://github.com/iptv-org/epg
synced 2026-05-24 10:14:56 -04:00
24 lines
221 B
Markdown
24 lines
221 B
Markdown
# rthk.hk
|
|
|
|
https://www.rthk.hk/
|
|
|
|
### Download the guide
|
|
|
|
Chinese:
|
|
|
|
```sh
|
|
npm run grab -- --site=rthk.hk --lang=zh
|
|
```
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run grab -- --site=rthk.hk --lang=en
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- rthk.hk
|
|
```
|