iptv/.readme/template.md

158 lines
5.0 KiB
Markdown
Raw Normal View History

2023-06-25 14:31:36 +02:00
# IPTV [![update](https://github.com/iptv-org/iptv/actions/workflows/update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/update.yml)
2019-10-09 04:33:52 +02:00
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
2022-08-30 02:30:57 +02:00
## Table of contents
- 🚀 [How to use?](#how-to-use)
- 📺 [Playlists](#playlists)
2023-10-07 06:50:02 +02:00
- 🗓 [EPG](#epg)
2022-08-30 02:30:57 +02:00
- 🗄 [Database](#database)
- 👨‍💻 [API](#api)
- 📚 [Resources](#resources)
- 💬 [Discussions](#discussions)
2022-08-30 18:54:12 +02:00
- ❓ [FAQ](#faq)
2022-08-30 02:30:57 +02:00
- 🛠 [Contribution](#contribution)
- ⚖ [Legal](#legal)
- © [License](#license)
## How to use?
Simply insert one of the links below into [any video player](https://github.com/iptv-org/awesome-iptv#apps) that supports live streaming and press _Open_.
2019-10-09 04:33:52 +02:00
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-08-30 02:30:57 +02:00
## Playlists
2024-01-31 11:26:40 +01:00
There are several versions of playlists that differ in the way they are grouped. As of January 30th, 2024, we have stopped distributing NSFW channels. For more information, please look at [this issue](https://github.com/iptv-org/iptv/issues/15723).
2022-08-30 02:30:57 +02:00
### Main playlist
2024-01-31 11:26:40 +01:00
This playlist includes all known channels available in this repository.
2022-08-30 02:30:57 +02:00
```
https://iptv-org.github.io/iptv/index.m3u
```
2019-10-09 04:33:52 +02:00
2022-08-30 02:30:57 +02:00
### Grouped by category
2019-10-09 04:33:52 +02:00
2021-02-26 23:08:34 +01:00
<details>
<summary>Expand</summary>
<br>
2022-08-30 02:30:57 +02:00
Playlist in which each channel has its _category_ as a group title:
```
https://iptv-org.github.io/iptv/index.category.m3u
```
Same thing, but split up into separate files:
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-08-30 02:30:57 +02:00
### Grouped by language
2019-10-31 12:59:08 +01:00
2021-02-26 23:08:34 +01:00
<details>
<summary>Expand</summary>
<br>
2022-08-30 02:30:57 +02:00
Playlist in which each channel has its _language_ as a group title:
```
https://iptv-org.github.io/iptv/index.language.m3u
```
Same thing, but split up into separate files:
2021-01-16 01:54:50 +01:00
<!-- prettier-ignore -->
2022-02-15 04:59:19 +01:00
#include "./.readme/_languages.md"
2019-10-31 12:59:08 +01:00
2021-02-26 23:08:34 +01:00
</details>
2022-08-30 02:30:57 +02:00
### Grouped by country
2021-12-12 05:09:18 +01:00
<details>
<summary>Expand</summary>
<br>
2022-08-30 02:30:57 +02:00
Playlist in which each channel has its _country_ as a group title:
```
https://iptv-org.github.io/iptv/index.country.m3u
```
Same thing, but split up into separate files:
2021-12-12 05:09:18 +01:00
<!-- prettier-ignore -->
2022-02-15 04:59:19 +01:00
#include "./.readme/_countries.md"
2021-12-12 05:09:18 +01:00
</details>
2022-08-30 02:30:57 +02:00
### Grouped by region
2019-10-09 04:33:52 +02:00
2021-02-26 23:08:34 +01:00
<details>
<summary>Expand</summary>
<br>
2022-08-30 02:30:57 +02:00
Playlist in which each channel has its _region_ as a group title:
```
https://iptv-org.github.io/iptv/index.region.m3u
```
Same thing, but split up into separate files:
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
2023-10-07 06:50:02 +02:00
## EPG
[Electronic Program Guide](https://en.wikipedia.org/wiki/Electronic_program_guide) for most of the channels can be downloaded using utilities published in the [iptv-org/epg](https://github.com/iptv-org/epg) repository.
2022-02-15 04:44:37 +01:00
## Database
2021-09-25 16:07:29 +02:00
2022-04-16 17:50:41 +02:00
All channel data is taken from the [iptv-org/database](https://github.com/iptv-org/database) repository. If you find any errors please open a new [issue](https://github.com/iptv-org/database/issues) there.
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.
2022-02-15 04:44:37 +01:00
## Resources
Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository.
2022-08-30 02:30:57 +02:00
## Discussions
2023-09-04 13:26:35 +02:00
If you need help finding a channel, have a question or idea, welcome to the [Discussions](https://github.com/orgs/iptv-org/discussions).
2022-08-30 02:30:57 +02:00
2022-08-05 04:36:45 +02:00
## FAQ
The answers to the most popular questions can be found in the [FAQ.md](FAQ.md) file.
2022-08-05 04:36:45 +02:00
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
2022-08-30 02:30:57 +02:00
And thank you to everyone who has already contributed!
### Backers
<a href="https://opencollective.com/iptv-org"><img src="https://opencollective.com/iptv-org/backers.svg?width=890" /></a>
### Contributors
<a href="https://github.com/iptv-org/iptv/graphs/contributors"><img src="https://opencollective.com/iptv-org/contributors.svg?width=890" /></a>
2021-01-14 18:29:46 +01:00
## Legal
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](https://github.com/iptv-org/iptv/pulls) or opening an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+). 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).
2022-02-15 04:44:37 +01:00
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](LICENSE)