Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 807 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 807 Bytes

iptv-web-sniff

A web stream sniff and proxy tool

dependencies

This tool only support python3 and requires m3u8 package.

$ pip3 install -U m3u8
$ pip3 install -U pycryptodome

usage

sniff web stream

$ python3 iptv-sniff.py -c tv.json -o playlist/

This will sniff all the APIs listed in tvdb and dump a m3u playlist named tv.m3u, then please use iptv player to add webtv.m3u when finished.

And enjoy it!

iptv proxy server

$ python3 iptv-proxy.py -c tv.json &
  • make your own m3u playlist with proxy stream:

    1. modify the ip address and port in tv.json

    2. generate the m3u playlist of your own server

	$ python3 iptv-list.py -c tv.json