mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 12:26:58 -05:00
30 lines
1.6 KiB
Markdown
30 lines
1.6 KiB
Markdown
# 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>Country </th><th>Channels</th><th>EPG</th><th>Status </th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td valign="top">🇨🇦 Canada</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/epg/guides/ca/example.com.epg.xml</code></td><td><a href="https://github.com/iptv-org/epg/actions/workflows/example.com.yml"><img src="https://github.com/iptv-org/epg/actions/workflows/example.com.yml/badge.svg" alt="example.com" style="max-width: 100%;"></a></td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
## EPG Codes
|
|
|
|
📋 [iptv-org.github.io](https://iptv-org.github.io/)
|
|
|
|
## API
|
|
|
|
The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository.
|
|
|
|
## Contribution
|
|
|
|
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
|