# Playlists ### Grouped by category
Expand
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: #include "tests/__data__/output/.readme/_categories.md"
### Grouped by language
Expand
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: #include "tests/__data__/output/.readme/_languages.md"
### Grouped by country
Expand
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: #include "tests/__data__/output/.readme/_countries.md"
### Grouped by subdivision
Expand
#include "tests/__data__/output/.readme/_subdivisions.md"
### Grouped by region
Expand
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: #include "tests/__data__/output/.readme/_regions.md"
### Grouped by sources Playlists in which channels are grouped by broadcast source.
Expand
To use the playlist, simply replace `` in the link below with the name of one of the files in the [streams](streams) folder. ``` https://iptv-org.github.io/iptv/sources/.m3u ```
Also, any of our internal playlists are available in raw form (without any filtering or sorting) at this link: ``` https://iptv-org.github.io/iptv/raw/.m3u ```