Create readme.md

This commit is contained in:
freearhey
2026-04-08 05:13:35 +03:00
parent e3bde47f8d
commit d2153254d0

21
sites/go3.ee/readme.md Normal file
View File

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