From 76ccb9f8b47b5ff36f3c617e5f840259c4e18898 Mon Sep 17 00:00:00 2001 From: wibyweb <49052850+wibyweb@users.noreply.github.com> Date: Sun, 10 Jul 2022 02:16:21 -0400 Subject: [PATCH] Update htmlparse.h --- c/htmlparse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/htmlparse.h b/c/htmlparse.h index 856b257..77b3bed 100755 --- a/c/htmlparse.h +++ b/c/htmlparse.h @@ -1,4 +1,4 @@ -//HTMLparse +//Wiby HTML Parser //Separates text from an HTML file //Remember to also set sql_mode = "NO_BACKSLASH_ESCAPES" in my.cnf @@ -200,7 +200,7 @@ void htmlparse(){ } - if(titlefound != 1){ + if(titlefound != 2){ //Ignore between scripts, styles, and remove all tags, repeated spaces, tabs, cr, lf, null, add a space at end of every tag if(c=='<'){ intag = 1;