epg/.readme/template.md
Aleksandr Statciuk 97295d0470 Update template.md
2022-01-19 21:42:54 +03:00

1.8 KiB

EPG

auto-update

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.

#include "./.readme/_countries.md"

US States

#include "./.readme/_us-states.md"

Provinces of Canada

#include "./.readme/_ca-provinces.md"

List of supported channels

https://iptv-org.github.io/epg/index.html

API

List of channels

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",
      ...
    ]
  },
  ...
]

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.