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
7279b28fe1
commit
cc82ff4536
2 changed files with 2 additions and 112 deletions
|
@ -21,64 +21,9 @@ To load a program guide, all you need to do is copy the link to one or more of t
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
#include "./.readme/_ca-provinces.md"
|
#include "./.readme/_ca-provinces.md"
|
||||||
|
|
||||||
## List of supported channels
|
|
||||||
|
|
||||||
https://iptv-org.github.io/epg/index.html
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
### List of channels
|
The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository.
|
||||||
|
|
||||||
```
|
|
||||||
https://iptv-org.github.io/epg/api/channels.json
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
[
|
|
||||||
...
|
|
||||||
{
|
|
||||||
"id": "CNNUSA.us",
|
|
||||||
"name": [
|
|
||||||
"CNN USA"
|
|
||||||
],
|
|
||||||
"logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png",
|
|
||||||
"country": "US",
|
|
||||||
"guides": [
|
|
||||||
"https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml",
|
|
||||||
...
|
|
||||||
]
|
|
||||||
},
|
|
||||||
...
|
|
||||||
]
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- ### List of programs
|
|
||||||
|
|
||||||
```
|
|
||||||
https://iptv-org.github.io/epg/api/programs.json
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
[
|
|
||||||
...
|
|
||||||
{
|
|
||||||
"channel": "CNNUSA.us",
|
|
||||||
"site": "example.com",
|
|
||||||
"lang": "en",
|
|
||||||
"title": "Erin Burnett OutFront",
|
|
||||||
"desc": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
|
||||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.",
|
|
||||||
"categories": [
|
|
||||||
"Series",
|
|
||||||
"News"
|
|
||||||
],
|
|
||||||
"image": "https://example.com/banner.jpg",
|
|
||||||
"start": 1641772800,
|
|
||||||
"stop": 1641776400
|
|
||||||
},
|
|
||||||
...
|
|
||||||
]
|
|
||||||
``` -->
|
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
|
|
|
@ -46,64 +46,9 @@ To load a program guide, all you need to do is copy the link to one or more of t
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## List of supported channels
|
|
||||||
|
|
||||||
https://iptv-org.github.io/epg/index.html
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
### List of channels
|
The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository.
|
||||||
|
|
||||||
```
|
|
||||||
https://iptv-org.github.io/epg/api/channels.json
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
[
|
|
||||||
...
|
|
||||||
{
|
|
||||||
"id": "CNNUSA.us",
|
|
||||||
"name": [
|
|
||||||
"CNN USA"
|
|
||||||
],
|
|
||||||
"logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png",
|
|
||||||
"country": "US",
|
|
||||||
"guides": [
|
|
||||||
"https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml",
|
|
||||||
...
|
|
||||||
]
|
|
||||||
},
|
|
||||||
...
|
|
||||||
]
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- ### List of programs
|
|
||||||
|
|
||||||
```
|
|
||||||
https://iptv-org.github.io/epg/api/programs.json
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
[
|
|
||||||
...
|
|
||||||
{
|
|
||||||
"channel": "CNNUSA.us",
|
|
||||||
"site": "example.com",
|
|
||||||
"lang": "en",
|
|
||||||
"title": "Erin Burnett OutFront",
|
|
||||||
"desc": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
|
||||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.",
|
|
||||||
"categories": [
|
|
||||||
"Series",
|
|
||||||
"News"
|
|
||||||
],
|
|
||||||
"image": "https://example.com/banner.jpg",
|
|
||||||
"start": 1641772800,
|
|
||||||
"stop": 1641776400
|
|
||||||
},
|
|
||||||
...
|
|
||||||
]
|
|
||||||
``` -->
|
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue