mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Update update-readme.js
This commit is contained in:
parent
61dbd2a1b3
commit
cf0f2472d1
11 changed files with 653 additions and 461 deletions
|
@ -30,7 +30,7 @@ https://iptv-org.github.io/epg/index.html
|
|||
You can also get a list of all available channels and their codes in JSON format by sending a GET request to:
|
||||
|
||||
```
|
||||
https://iptv-org.github.io/epg/codes.json
|
||||
https://iptv-org.github.io/epg/api/channels.json
|
||||
```
|
||||
|
||||
If successful, you should get the following response:
|
||||
|
@ -43,10 +43,12 @@ If successful, you should get the following response:
|
|||
[
|
||||
...
|
||||
{
|
||||
"tvg_id": "CNNUSA.us",
|
||||
"display_name": "CNN USA",
|
||||
"id": "CNNUSA.us",
|
||||
"name": [
|
||||
"CNN USA"
|
||||
],
|
||||
"logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png",
|
||||
"country": "us",
|
||||
"country": "US",
|
||||
"guides": [
|
||||
"https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml",
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue