Skip to content

ghokun/tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV

This is an IPTV playlist and EPG generator. On a scheduled run (hourly):

  1. Fetches a public IPTV list
  2. Filters out with a white list
  3. Appends custom channels
  4. Generates playlist.m3u and channels.xml files
  5. Generates EPG information (guide.xml) using channels.xml file
  6. Commits and pushes the changes

Usage

Updated playlist and guide files are found under bin directory. Use the following links in your favorite IPTV application. I use this one with a Tizen TV.

Playlist:

https://raw.githubusercontent.com/ghokun/tv/main/bin/playlist.m3u

EPG:

https://raw.githubusercontent.com/ghokun/tv/main/bin/guide.xml

Disclaimer

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