From 14c5eece7d305f12e1cfe0b763964b75e30d5538 Mon Sep 17 00:00:00 2001
From: peterpt <7487321+peterpt@users.noreply.github.com>
Date: Tue, 11 Apr 2023 14:18:59 +0100
Subject: [PATCH] 2.0
---
readme.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/readme.md b/readme.md
index 24850ef..0b25ce4 100644
--- a/readme.md
+++ b/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 .
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
+- wget ffmpeg tesseract-ocr libtesseract-dev tesseract-ocr-eng
# Install Requirements
-- apt-get install wget
+- apt install wget ffmpeg tesseract-ocr libtesseract-dev tesseract-ocr-eng
# Tool Instalation