mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
Update CONTRIBUTING.md
This commit is contained in:
@@ -422,6 +422,19 @@ To do this, you just need to place the `worker.json` file in a public directory
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you generate a guide in multiple formats, you can specify the paths to all the files as follows:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"channels": "path/to/channels.xml",
|
||||||
|
"guide": {
|
||||||
|
"xml": "path/to/guide.xml",
|
||||||
|
"gzip": "path/to/guide.xml.gz",
|
||||||
|
"json": "path/to/guide.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
And then add server domain or IP address to the [workers.txt](workers.txt) file.
|
And then add server domain or IP address to the [workers.txt](workers.txt) file.
|
||||||
|
|||||||
Reference in New Issue
Block a user