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
2023-04-11 14:18:59 +01:00
changelog.md Update changelog.md 2023-04-11 14:11:45 +01:00
iptv-check Version 2.0 2023-04-11 14:10:38 +01:00
LICENSE Initial commit 2018-02-01 15:43:15 -06:00
readme.md 2.0 2023-04-11 14:18:59 +01:00

IPTV-CHECK 2.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 . Version 2 will check valid online streams if there is a bad login on that streaming channel , sometimes streaming is on but if there is a bad login it will pop up a login message . OCR detection was added for double check valid streams .

Screenshots

Requirements

  • wget ffmpeg tesseract-ocr libtesseract-dev tesseract-ocr-eng

Install Requirements

  • apt install wget ffmpeg tesseract-ocr libtesseract-dev tesseract-ocr-eng

Tool Instalation