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-18 14:20:44 +03:00
## Table of contents
- 🚀 [How to use? ](#how-to-use )
- 🗓 [Guides ](#guides )
- 📺 [Playlists ](#playlists )
- 🗄 [Database ](#database )
- 👨💻 [API ](#api )
- 📚 [Resources ](#resources )
- 💬 [Discussions ](#discussions )
- 🛠 [Contribution ](#contribution )
- © [License ](#license )
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-18 14:20:44 +03:00
You can also find the link to the guide by the name of the channel via https://iptv-org.github.io.
2023-01-08 12:20:24 +03:00
## Guides
2023-01-18 14:20:44 +03:00
<details>
<summary>Expand</summary>
2023-01-10 12:37:31 +03:00
2023-01-08 12:20:24 +03:00
<!-- prettier-ignore -->
2023-01-10 12:37:31 +03:00
### Danish
<table>
<thead>
2023-01-18 14:20:44 +03:00
<tr><th align="left">Site </th><th align="left">Channels</th><th align="left">EPG </th><th align="left">Status </th></tr>
2023-01-10 12:37:31 +03:00
</thead>
<tbody>
<tr><td valign="top" rowspan="1"><a href="https://allente.se">allente.se</a></td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/da/allente.se.xml</code></td><td nowrap><a href="https://github.com/iptv-org/epg/actions/workflows/allente.se.yml"><img src="https://github.com/iptv-org/epg/actions/workflows/allente.se.yml/badge.svg" alt="allente.se" style="max-width: 100%;"></a></td></tr>
</tbody>
</table>
### English
2023-01-08 12:20:24 +03:00
<table>
<thead>
2023-01-18 14:20:44 +03:00
<tr><th align="left">Site </th><th align="left">Channels</th><th align="left">EPG </th><th align="left">Status </th></tr>
2023-01-08 12:20:24 +03:00
</thead>
<tbody>
2023-01-10 12:37:31 +03:00
<tr><td valign="top" rowspan="1"><a href="https://sky.com">sky.com</a></td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/en/sky.com.xml</code></td><td nowrap><a href="https://github.com/iptv-org/epg/actions/workflows/sky.com.yml"><img src="https://github.com/iptv-org/epg/actions/workflows/sky.com.yml/badge.svg" alt="sky.com" style="max-width: 100%;"></a></td></tr>
<tr><td valign="top" rowspan="1"><a href="https://virginmedia.com">virginmedia.com</a></td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/en/virginmedia.com.xml</code></td><td nowrap><a href="https://github.com/iptv-org/epg/actions/workflows/virginmedia.com.yml"><img src="https://github.com/iptv-org/epg/actions/workflows/virginmedia.com.yml/badge.svg" alt="virginmedia.com" style="max-width: 100%;"></a></td></tr>
2023-01-08 12:20:24 +03:00
</tbody>
</table>
2023-01-10 12:37:31 +03:00
### French
<table>
<thead>
2023-01-18 14:20:44 +03:00
<tr><th align="left">Site </th><th align="left">Channels</th><th align="left">EPG </th><th align="left">Status </th></tr>
2023-01-10 12:37:31 +03:00
</thead>
<tbody>
<tr><td valign="top" rowspan="1"><a href="https://sky.com">sky.com</a></td><td align="right" nowrap>2</td><td nowrap><code>https://iptv-org.github.io/epg/guides/fr/sky.com.xml</code></td><td nowrap><a href="https://github.com/iptv-org/epg/actions/workflows/sky.com.yml"><img src="https://github.com/iptv-org/epg/actions/workflows/sky.com.yml/badge.svg" alt="sky.com" style="max-width: 100%;"></a></td></tr>
</tbody>
</table>
2022-10-22 04:30:15 +03:00
2023-01-18 14:20:44 +03:00
</details>
2023-01-18 14:23:55 +03:00
<br>
2023-01-18 14:20:44 +03:00
2023-02-08 03:55:04 +03:00
To load the compressed version of the guide, just change the extension from `.xml` to `.xml.gz` .
2023-01-18 14:20:44 +03:00
## Playlists
Playlists with already linked guides can be found in the [iptv-org/iptv ](https://github.com/iptv-org/iptv ) repository.
## Database
All channel data is taken from the [iptv-org/database ](https://github.com/iptv-org/database ) repository. If you find any errors please open a new [issue ](https://github.com/iptv-org/database/issues ) there.
## API
The API documentation can be found in the [iptv-org/api ](https://github.com/iptv-org/api ) repository.
## Resources
Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv ](https://github.com/iptv-org/awesome-iptv ) repository.
## Discussions
2023-01-19 15:03:42 +03:00
If you have a question or an idea, you can post it in the [Discussions ](https://github.com/orgs/iptv-org/discussions ) tab.
2023-01-18 14:20:44 +03:00
2022-10-22 04:30:15 +03:00
## 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 ).
2023-01-18 14:20:44 +03:00
And thank you to everyone who has already contributed!
### Backers
<a href="https://opencollective.com/iptv-org"><img src="https://opencollective.com/iptv-org/backers.svg?width=890" /></a>
### Contributors
2023-01-19 15:16:05 +03:00
<a href="https://github.com/iptv-org/epg/graphs/contributors"><img src="https://opencollective.com/iptv-org/contributors.svg?width=890" /></a>
2023-01-18 14:20:44 +03:00
## License
[](LICENSE)