mirror of
https://github.com/iptv-org/epg
synced 2026-05-31 05:29:23 -04:00
22 lines
341 B
Markdown
22 lines
341 B
Markdown
# tv2go.t-2.net
|
|
|
|
https://tv2go.t-2.net/tv/epg/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=tv2go.t-2.net
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/tv2go.t-2.net/tv2go.t-2.net.config.js --output=./sites/tv2go.t-2.net/tv2go.t-2.net.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- tv2go.t-2.net
|
|
```
|