31 lines
918 B
Markdown
31 lines
918 B
Markdown
# EPG
|
|
|
|

|
|
|
|
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.
|
|
|
|
<!-- prettier-ignore -->
|
|
#include "./.readme/_countries.md"
|
|
|
|
### US States
|
|
|
|
<!-- prettier-ignore -->
|
|
#include "./.readme/_us-states.md"
|
|
|
|
### Provinces of Canada
|
|
|
|
<!-- prettier-ignore -->
|
|
#include "./.readme/_ca-provinces.md"
|
|
|
|
## API
|
|
|
|
The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository.
|
|
|
|
## Contribution
|
|
|
|
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
|