cliyr / iptv-web-sniff

A web stream sniff and proxy tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A web stream sniff and proxy tool

License:GNU General Public License v3.0


Languages

Language:Python 100.0%