Skip to content

Commit dbdba90

Browse files
committed
Create readme.md
1 parent 55942f1 commit dbdba90

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sites/tvinsider.com/readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# tvinsider.com
2+
3+
https://www.tvinsider.com/
4+
5+
### Download the guide
6+
7+
```sh
8+
npm run grab --- --site=tvinsider.com
9+
```
10+
11+
### Update channel list
12+
13+
```sh
14+
npm run channels:parse --- --config=./sites/tvinsider.com/tvinsider.com.config.js --output=./sites/tvinsider.com/tvinsider.com.channels.xml
15+
```
16+
17+
### Test
18+
19+
```sh
20+
npm test --- tvinsider.com
21+
```

0 commit comments

Comments
 (0)