2022-08-30 03:30:57 +03:00
## Playlists
2024-01-31 10:26:40 +00: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 03:30:57 +03:00
### Grouped by category
2019-10-09 05:33:52 +03:00
2025-07-20 04:39:19 +03:00
Playlists in which channels are grouped by category.
2025-04-07 10:23:25 +03:00
2021-02-26 17:08:34 -05:00
<details>
<summary>Expand</summary>
<br>
2022-08-30 03:30:57 +03:00
```
https://iptv-org.github.io/iptv/index.category.m3u
```
Same thing, but split up into separate files:
2021-01-16 03:54:50 +03:00
<!-- prettier-ignore -->
#include "./.readme/_categories.md"
2019-10-09 05:33:52 +03:00
2021-02-26 17:08:34 -05:00
</details>
2022-08-30 03:30:57 +03:00
### Grouped by language
2019-10-31 14:59:08 +03:00
2025-04-07 10:23:25 +03:00
Playlists in which channels are grouped by the language in which they are broadcast.
2021-02-26 17:08:34 -05:00
<details>
<summary>Expand</summary>
<br>
2022-08-30 03:30:57 +03:00
```
https://iptv-org.github.io/iptv/index.language.m3u
```
Same thing, but split up into separate files:
2021-01-16 03:54:50 +03:00
<!-- prettier-ignore -->
2022-02-15 06:59:19 +03:00
#include "./.readme/_languages.md"
2019-10-31 14:59:08 +03:00
2021-02-26 17:08:34 -05:00
</details>
2025-08-24 22:43:13 +03:00
### Grouped by broadcast area
2021-12-12 07:09:18 +03:00
2025-08-24 22:43:13 +03:00
Playlists in which channels are grouped by broadcast area.
2025-04-07 10:23:25 +03:00
2021-12-12 07:09:18 +03:00
<details>
<summary>Expand</summary>
2025-08-24 22:43:13 +03:00
#### Countries
2021-12-12 07:09:18 +03:00
2022-08-30 03:30:57 +03:00
```
2025-08-30 00:53:36 +03:00
https://iptv-org.github.io/iptv/index.country.m3u
2022-08-30 03:30:57 +03:00
```
Same thing, but split up into separate files:
2021-12-12 07:09:18 +03:00
<!-- prettier-ignore -->
2022-02-15 06:59:19 +03:00
#include "./.readme/_countries.md"
2021-12-12 07:09:18 +03:00
2025-08-24 22:43:13 +03:00
#### Regions
2021-02-26 17:08:34 -05:00
2021-01-16 03:54:50 +03:00
<!-- prettier-ignore -->
2022-02-07 08:39:55 +03:00
#include "./.readme/_regions.md"
2020-05-04 17:02:18 +03:00
2021-02-26 17:08:34 -05:00
</details>
2020-05-04 17:02:18 +03:00
2025-07-10 21:14:48 +03:00
### Grouped by sources
Playlists in which channels are grouped by broadcast source.
<details>
<summary>Expand</summary>
<br>
To use the playlist, simply replace `<FILENAME>` in the link below with the name of one of the files in the [streams ](streams ) folder.
```
https://iptv-org.github.io/iptv/sources/<FILENAME>.m3u
```
</details>
Also, any of our internal playlists are available in raw form (without any filtering or sorting) at this link:
```
2025-07-12 23:55:36 +03:00
https://iptv-org.github.io/iptv/raw/<FILENAME>.m3u
2025-07-10 21:14:48 +03:00
```