2022-10-22 04:30:15 +03:00
# EPG
2023-01-08 12:20:24 +03:00
[](https://github.com/iptv-org/epg/actions/workflows/_update.yml)
2022-10-22 04:30:15 +03:00
EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
2023-01-08 12:20:24 +03:00
## How to use?
2022-10-22 04:30:15 +03:00
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.
2023-01-08 12:20:24 +03:00
## Guides
### Grouped by country
<details>
<summary>Expand</summary>
<br>
2022-10-22 04:30:15 +03:00
<!-- prettier-ignore -->
<table>
<thead>
2023-01-05 08:59:28 +03:00
<tr><th align="left">Country</th><th align="left">Channels</th><th align="left">EPG</th></tr>
2022-10-22 04:30:15 +03:00
</thead>
<tbody>
2022-10-27 05:39:38 +03:00
<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>
2022-10-26 04:23:37 +03:00
<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>
2022-10-22 04:30:15 +03:00
</tbody>
</table>
2023-01-08 12:20:24 +03:00
</details>
### Grouped by source
<details>
<summary>Expand</summary>
<br>
<!-- prettier-ignore -->
<table>
<thead>
<tr><th align="left">Site</th><th align="left">Channels</th><th align="left">EPG</th></tr>
</thead>
<tbody>
<tr><td valign="top" rowspan="2">allente.se</td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/allente.se/en.xml</code></td></tr>
<tr><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/allente.se/da.xml</code></td></tr>
<tr><td valign="top" rowspan="1">sky.com</td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/sky.com/en.xml</code></td></tr>
<tr><td valign="top" rowspan="1">virginmedia.com</td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/virginmedia.com/en.xml</code></td></tr>
</tbody>
</table>
</details>
<br>
2022-10-22 04:30:15 +03:00
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-26 21:43:02 +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 ).