Skip to content

zhaojue5/IPTV

Repository files navigation

IPTV

GitHub Stars GitHub forks

Collection of publicly available IPTV channels from all over the world.

Internet Protocol television (IPTV) is the delivery of television content over Internet Protocol (IP) networks.

Usage

To watch IPTV you just need to paste this link https://iptv-cn.github.io/IPTV/index.m3u to any player which supports M3U-playlists.

VLC Network Panel

Also you can instead use one of these playlists:

  • https://iptv-cn.github.io/IPTV/index.country.m3u (grouped by country)
  • https://iptv-cn.github.io/IPTV/index.category.m3u (grouped by category)
  • https://iptv-cn.github.io/IPTV/index.language.m3u (grouped by language)

Or select one of the playlists from the list below.

Playlists by category

Expand
CategoryChannelsPlaylist
Auto0https://iptv-cn.github.io/IPTV/categories/auto.m3u
Animation0https://iptv-cn.github.io/IPTV/categories/animation.m3u
Business1https://iptv-cn.github.io/IPTV/categories/business.m3u
Classic0https://iptv-cn.github.io/IPTV/categories/classic.m3u
Comedy0https://iptv-cn.github.io/IPTV/categories/comedy.m3u
Cooking0https://iptv-cn.github.io/IPTV/categories/cooking.m3u
Culture1https://iptv-cn.github.io/IPTV/categories/culture.m3u
Documentary1https://iptv-cn.github.io/IPTV/categories/documentary.m3u
Education0https://iptv-cn.github.io/IPTV/categories/education.m3u
Entertainment1https://iptv-cn.github.io/IPTV/categories/entertainment.m3u
Family0https://iptv-cn.github.io/IPTV/categories/family.m3u
General4https://iptv-cn.github.io/IPTV/categories/general.m3u
Kids1https://iptv-cn.github.io/IPTV/categories/kids.m3u
Legislative0https://iptv-cn.github.io/IPTV/categories/legislative.m3u
Lifestyle0https://iptv-cn.github.io/IPTV/categories/lifestyle.m3u
Local0https://iptv-cn.github.io/IPTV/categories/local.m3u
Movies0https://iptv-cn.github.io/IPTV/categories/movies.m3u
Music0https://iptv-cn.github.io/IPTV/categories/music.m3u
News0https://iptv-cn.github.io/IPTV/categories/news.m3u
Outdoor0https://iptv-cn.github.io/IPTV/categories/outdoor.m3u
Relax0https://iptv-cn.github.io/IPTV/categories/relax.m3u
Religious0https://iptv-cn.github.io/IPTV/categories/religious.m3u
Series0https://iptv-cn.github.io/IPTV/categories/series.m3u
Science0https://iptv-cn.github.io/IPTV/categories/science.m3u
Shop0https://iptv-cn.github.io/IPTV/categories/shop.m3u
Sports2https://iptv-cn.github.io/IPTV/categories/sports.m3u
Travel0https://iptv-cn.github.io/IPTV/categories/travel.m3u
Weather0https://iptv-cn.github.io/IPTV/categories/weather.m3u
XXX0https://iptv-cn.github.io/IPTV/categories/xxx.m3u
Other0https://iptv-cn.github.io/IPTV/categories/other.m3u

Playlists by language

Expand
LanguageChannelsPlaylist
Chinese11https://iptv-cn.github.io/IPTV/languages/zho.m3u
Undefined0https://iptv-cn.github.io/IPTV/languages/undefined.m3u

Playlists by country

Expand
CountryChannelsPlaylist
🇨🇳 China11https://iptv-cn.github.io/IPTV/countries/cn.m3u
Undefined0https://iptv-cn.github.io/IPTV/countries/undefined.m3u

NOTE: Add .sfw to the end of the filename for the lists without any adult channels (For example: https://iptv-cn.github.io/IPTV/countries/fr.sfw.m3u).

For Developers

In addition to the above methods, you can also get a list of all available channels in JSON format.

To do this, you just have to make a GET request to:

https://iptv-cn.github.io/IPTV/channels.json

If successful, you should get the following response:

Expand
[
  ...
  {
    "name": "CNN",
    "logo": "https://i.imgur.com/ilZJT5s.png",
    "url": "http://ott-cdn.ucom.am/s27/index.m3u8",
    "category": "News",
    "languages": [
      {
        "code": "eng",
        "name": "English"
      }
    ],
    "countries": [
      {
        "code": "us",
        "name": "United States"
      },
      {
        "code": "ca",
        "name": "Canada"
      }
    ],
    "tvg": {
      "id": "cnn.us",
      "name": "CNN",
      "url": "http://epg.streamstv.me/epg/guide-usa.xml.gz"
    }
  },
  ...
]

Resources

You can find links to various IPTV related resources in this repository iptv-org/awesome-iptv.

Contribution

Please make sure to read the Contributing Guide before sending an issue or making a pull request.

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 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).

About

本项目使用 https://github.com/iptv-org/iptv 源码自动生成,内容为我自己收集。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published