mirror of
https://gitlab.com/peterpt/IPTV-CHECK.git
synced 2025-05-15 06:30:20 -07:00
23 lines
688 B
Markdown
23 lines
688 B
Markdown
## IPTV-CHECK 1.1
|
|
|
|
Iptv-check allows you to input a valid iptv file (m3u) to be checked if the video streams are still working or not .
|
|
In case valid urls were found , then the script will create a new iptv (m3u) file with those urls .
|
|
|
|
# Screenshots
|
|
<img src="https://s22.postimg.cc/5qbfdfa8h/iptvnew.png" width="55%"></img>
|
|
|
|
<img src="https://s14.postimg.cc/grelrf6gx/icheck2.png" width="40%"></img><img src="https://s14.postimg.cc/we5v4szoh/CHECK_034.png" width="40%"></img>
|
|
|
|
# Requirements
|
|
|
|
- wget
|
|
- speedtest-cli
|
|
|
|
# Install Requirements
|
|
|
|
- apt-get install wget speedtest-cli
|
|
|
|
# Tool Instalation
|
|
|
|
- git clone https://gitlab.com/peterpt/IPTV-CHECK.git && cd IPTV-CHECK && ./iptv-check
|