mirror of
https://github.com/iptv-org/epg
synced 2026-06-09 09:59:23 -04:00
22 lines
357 B
Markdown
22 lines
357 B
Markdown
|
|
# tvpassport.com
|
||
|
|
|
||
|
|
https://www.tvpassport.com/tv-listings
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=tvpassport.com
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/tvpassport.com/tvpassport.com.config.js --output=./sites/tvpassport.com/tvpassport.com.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- tvpassport.com
|
||
|
|
```
|