26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
# EPG
|
|
|
|
EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
|
|
|
|
## Usage
|
|
|
|
To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player.
|
|
|
|
<!-- prettier-ignore -->
|
|
<table>
|
|
<thead>
|
|
<tr><th align="left">Country </th><th align="left">Channels</th><th align="left">EPG</th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td valign="top" rowspan="2">🇨🇦 Canada</td><td align="right" nowrap>2</td><td nowrap><code>https://iptv-org.github.io/epg/guides/ca_en.xml</code></td></tr>
|
|
<tr><td align="right" nowrap>5</td><td nowrap><code>https://iptv-org.github.io/epg/guides/ca_fr.xml</code></td></tr>
|
|
<tr><td valign="top" rowspan="1">🇩🇰 Denmark</td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/dk_da.xml</code></td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively.
|
|
|
|
## Contribution
|
|
|
|
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
|