diff options
Diffstat (limited to 'searx/engines/google_videos.py')
-rw-r--r-- | searx/engines/google_videos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py index 26dbcdd3c..fc574bd48 100644 --- a/searx/engines/google_videos.py +++ b/searx/engines/google_videos.py @@ -150,7 +150,7 @@ def response(resp): # ignore google *sections* if extract_text(eval_xpath(result, g_section_with_header)): - logger.debug("ingoring <g-section-with-header>") + logger.debug("ignoring <g-section-with-header>") continue # ingnore articles without an image id / e.g. news articles |