Skip to content

kevcussick/iptv-web-sniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages