2022-10-22 06:12:11 +03:00
# 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>
2022-12-31 12:28:37 +03:00
<tr><th align="left">Country</th><th align="left">Channels</th><th align="left">EPG</th></tr>
2022-10-22 06:12:11 +03:00
</thead>
<tbody>
2023-01-07 12:09:10 +03:00
<tr><td valign="top" rowspan="1">🇧🇻 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">🇩🇰 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">🇫🇴 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">🇫🇮 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">🇳🇴 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">🇸🇯 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">🇸🇪 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">🇦🇽 Åland</td><td align="right" nowrap>14</td><td nowrap><code>https://iptv-org.github.io/epg/guides/ax.xml</code></td></tr>
2022-10-22 06:12:11 +03:00
</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
2022-11-23 12:36:13 +03:00
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 ).