mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update readme.md
This commit is contained in:
parent
993776aa69
commit
b5f6640446
1 changed files with 23 additions and 1 deletions
|
@ -4,13 +4,35 @@
|
||||||
|
|
||||||
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 -->
|
||||||
#include "./.readme/_countries.md"
|
#include "./.readme/_countries.md"
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### Grouped by source
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Expand</summary>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
#include "./.readme/_sources.md"
|
||||||
|
|
||||||
|
</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