2.0
This commit is contained in:
parent
b763d14cd8
commit
14c5eece7d
1 changed files with 6 additions and 4 deletions
10
readme.md
10
readme.md
|
|
@ -1,20 +1,22 @@
|
||||||
# IPTV-CHECK 1.0
|
# 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 .
|
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 .
|
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
|
# Screenshots
|
||||||
<img src="https://s14.postimg.cc/mscao3ntt/iptv-ck.jpg" width="55%"></img>
|
<img src="https://i.postimg.cc/q7yQ6LTz/iptv.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>
|
<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
|
# Requirements
|
||||||
|
|
||||||
- wget
|
- wget ffmpeg tesseract-ocr libtesseract-dev tesseract-ocr-eng
|
||||||
|
|
||||||
# Install Requirements
|
# Install Requirements
|
||||||
|
|
||||||
- apt-get install wget
|
- apt install wget ffmpeg tesseract-ocr libtesseract-dev tesseract-ocr-eng
|
||||||
|
|
||||||
# Tool Instalation
|
# Tool Instalation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue