mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 19:07:03 -04:00
22 lines
309 B
Markdown
22 lines
309 B
Markdown
|
|
# go3.ee
|
||
|
|
|
||
|
|
https://go3.ee/live_tv
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=go3.ee
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/go3.ee/go3.ee.config.js --output=./sites/go3.ee/go3.ee.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- go3.ee
|
||
|
|
```
|