mirror of
https://github.com/iptv-org/epg
synced 2026-05-02 15:36:59 -04:00
22 lines
365 B
Markdown
22 lines
365 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
|
|
```
|