mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _readme.md
This commit is contained in:
parent
913d4592c9
commit
993776aa69
1 changed files with 35 additions and 1 deletions
|
@ -1,11 +1,21 @@
|
||||||
# EPG
|
# EPG
|
||||||
|
|
||||||
|
[](https://github.com/iptv-org/epg/actions/workflows/_update.yml)
|
||||||
|
|
||||||
EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
|
EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.
|
||||||
|
|
||||||
## Usage
|
## How to use?
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Guides
|
||||||
|
|
||||||
|
### Grouped by country
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Expand</summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -18,6 +28,30 @@ To load a program guide, all you need to do is copy the link to one or more of t
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
</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>
|
||||||
|
|
||||||
All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively.
|
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
|
## Contribution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue