A script to check if the links in an iptv list file (m3u) are online or offline , and will create an output m3u file with valid urls only .
Find a file
peterpt d6d6e24371
bug fix
added a 4 seconds check between servers because some servers may take more than 2 seconds to start sending the stream , and this way iptv-check will wait 4 seconds for data
2018-02-01 17:35:51 -06:00
iptv-check bug fix 2018-02-01 17:35:51 -06:00
LICENSE Initial commit 2018-02-01 15:43:15 -06:00
readme.md Update readme.md 2018-02-01 16:11:30 -06:00

IPTV-CHECK 1.0

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

Requirements

  • wget

Install Requirements

  • apt-get install wget

Tool Instalation