Files
epg/sites/tvpassport.com/readme.md

22 lines
360 B
Markdown
Raw Normal View History

2023-12-01 19:46:28 +03:00
# tvpassport.com
https://www.tvpassport.com/tv-listings
### Download the guide
```sh
npm run grab --- --site=tvpassport.com
2023-12-01 19:46:28 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tvpassport.com/tvpassport.com.config.js --output=./sites/tvpassport.com/tvpassport.com.channels.xml
2023-12-01 19:46:28 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tvpassport.com
2023-12-01 19:46:28 +03:00
```