iptv/.readme/template.md

85 lines
2.9 KiB
Markdown
Raw Normal View History

2019-10-09 04:33:52 +02:00
# IPTV
2021-08-12 06:52:19 +02:00
[![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml)
2022-02-07 06:39:55 +01:00
Collection of publicly available IPTV (Internet Protocol television) channels from all over the world.
2019-10-09 04:33:52 +02:00
## Usage
2022-02-07 06:39:55 +01:00
![VLC Network Panel](https://github.com/iptv-org/iptv/raw/master/.readme/preview.png)
2019-10-09 04:33:52 +02:00
2022-02-07 06:39:55 +01:00
To watch IPTV, simply insert one of the links below into any player that supports M3U playlists:
2019-10-09 04:33:52 +02:00
2022-02-07 06:39:55 +01:00
- `https://iptv-org.github.io/iptv/index.m3u`
- `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels)
- `https://iptv-org.github.io/iptv/index.category.m3u` (grouped by category)
2021-12-12 05:09:18 +01:00
- `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country)
2022-02-07 06:39:55 +01:00
- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language)
2021-12-12 05:09:18 +01:00
- `https://iptv-org.github.io/iptv/index.region.m3u` (grouped by region)
2019-10-09 04:33:52 +02:00
2021-04-26 20:38:38 +02:00
### Playlists by category
2019-10-09 04:33:52 +02:00
2021-02-26 23:08:34 +01:00
<details>
<summary>Expand</summary>
<br>
2021-01-16 01:54:50 +01:00
<!-- prettier-ignore -->
#include "./.readme/_categories.md"
2019-10-09 04:33:52 +02:00
2021-02-26 23:08:34 +01:00
</details>
2022-02-07 06:39:55 +01:00
### Playlists by country
2019-10-31 12:59:08 +01:00
2021-02-26 23:08:34 +01:00
<details>
<summary>Expand</summary>
<br>
2021-01-16 01:54:50 +01:00
<!-- prettier-ignore -->
2022-02-07 06:39:55 +01:00
#include "./.readme/_countries.md"
2019-10-31 12:59:08 +01:00
2021-02-26 23:08:34 +01:00
</details>
2022-02-07 06:39:55 +01:00
### Playlists by language
2021-12-12 05:09:18 +01:00
<details>
<summary>Expand</summary>
<br>
<!-- prettier-ignore -->
2022-02-07 06:39:55 +01:00
#include "./.readme/_languages.md"
2021-12-12 05:09:18 +01:00
</details>
2022-02-07 06:39:55 +01:00
### Playlists by region
2019-10-09 04:33:52 +02:00
2021-02-26 23:08:34 +01:00
<details>
<summary>Expand</summary>
<br>
2021-01-16 01:54:50 +01:00
<!-- prettier-ignore -->
2022-02-07 06:39:55 +01:00
#include "./.readme/_regions.md"
2020-05-04 16:02:18 +02:00
2021-02-26 23:08:34 +01:00
</details>
2020-05-04 16:02:18 +02:00
2021-09-25 16:07:29 +02:00
## EPG
2022-02-07 06:39:55 +01:00
Playlists already have a built-in list of EPG, so players that support the `x-tvg-url` tag should load it automatically. If not, you can find a list of available programs here:
2021-09-25 16:07:29 +02:00
https://github.com/iptv-org/epg
2019-10-09 04:33:52 +02:00
## Resources
You can find links to various IPTV related resources in this repository [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv).
2019-10-09 04:33:52 +02:00
2022-02-07 06:39:55 +01:00
## API
The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository.
2021-02-27 10:40:50 +01:00
## Contribution
2021-03-01 16:27:13 +01:00
Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request.
2021-02-27 10:40:50 +01:00
2021-01-14 18:29:46 +01:00
## Legal
2021-02-26 23:08:34 +01:00
No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository).