Files
epg/README.md

31 lines
2.2 KiB
Markdown
Raw Normal View History

# 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="1">🇧🇻&nbsp;Bouvet Island</td><td align="right" nowrap>4</td><td nowrap><code>https://iptv-org.github.io/epg/guides/bv.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇩🇰&nbsp;Denmark</td><td align="right" nowrap>36</td><td nowrap><code>https://iptv-org.github.io/epg/guides/dk.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇫🇴&nbsp;Faroe Islands</td><td align="right" nowrap>8</td><td nowrap><code>https://iptv-org.github.io/epg/guides/fo.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇫🇮&nbsp;Finland</td><td align="right" nowrap>25</td><td nowrap><code>https://iptv-org.github.io/epg/guides/fi.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇳🇴&nbsp;Norway</td><td align="right" nowrap>38</td><td nowrap><code>https://iptv-org.github.io/epg/guides/no.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇸🇯&nbsp;Svalbard and Jan Mayen</td><td align="right" nowrap>4</td><td nowrap><code>https://iptv-org.github.io/epg/guides/sj.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇸🇪&nbsp;Sweden</td><td align="right" nowrap>89</td><td nowrap><code>https://iptv-org.github.io/epg/guides/se.xml</code></td></tr>
<tr><td valign="top" rowspan="1">🇦🇽&nbsp;Åland</td><td align="right" nowrap>14</td><td nowrap><code>https://iptv-org.github.io/epg/guides/ax.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
Please make sure to read the [Contributing Guide](https://github.com/iptv-org/epg/blob/master/CONTRIBUTING.md) before sending [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).