Update tvpassport.com

This commit is contained in:
freearhey
2023-12-01 19:46:28 +03:00
parent 47376f20de
commit 571b77b481
4 changed files with 12140 additions and 626 deletions

View File

@@ -0,0 +1,21 @@
# 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
```