Files
epg/tests/__data__/expected/_readme.md

30 lines
2.5 KiB
Markdown
Raw Normal View History

2022-10-22 04:30:15 +03:00
# EPG
2023-01-08 12:20:24 +03:00
[![_update](https://github.com/iptv-org/epg/actions/workflows/_update.yml/badge.svg)](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
<!-- prettier-ignore -->
<table>
<thead>
2023-01-09 11:07:31 +03:00
<tr><th align="left">Site</th><th align="left">Channels</th><th align="left">EPG</th><th align="left">Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th></tr>
2023-01-08 12:20:24 +03:00
</thead>
<tbody>
2023-01-09 10:44:54 +03:00
<tr><td valign="top" rowspan="1">allente.se</td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/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>
<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.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">virginmedia.com</td><td align="right" nowrap>1</td><td nowrap><code>https://iptv-org.github.io/epg/guides/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>
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).