Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

OpenGG/bj-unicom-iptv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bj-unicom-iptv

Beijing Unicom IPTV playlist

Usage

Pre-built playlist: https://opengg.github.io/bj-unicom-iptv/iptv.m3u

Build your own: https://opengg.github.io/bj-unicom-iptv/

Contribute Guide

How to update the channel list?

The author(me)'s subscription of Unicom internet service has expired. To update the channel list, pull requests are welcome.

Here is how-to:

  1. Capture the channel list HTML: see FAQ#3)

  2. Save the captured html as a file named "iptv.txt"

  3. Verify the channels by building your own m3u playlist:

    • Open online builder
    • Click on the "Custom channels HTML" button
    • Paste the content of "iptv.txt" into the popup modal, then click "confirm"
    • Download new m3u playlist, and check if it works
  4. If everything works, make a pull request:

    • Fork and clone this project
    • Put "iptv.txt" inside public/
    • Run git add . && git commit -m "Update iptv.txt" && git push
    • Make a pull request on github