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

26 lines
1.3 KiB
Markdown
Raw Normal View History

2022-10-22 04:30:15 +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>
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">🇨🇦&nbsp;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">🇩🇰&nbsp;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>
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).