From 7f1228d0af006cf1b36571ea7c97e0d70457aa94 Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 27 May 2026 21:55:56 -0400 Subject: holy shit im retarded --- scraper/ddg.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scraper/ddg.php') diff --git a/scraper/ddg.php b/scraper/ddg.php index 188ad92..d752cb8 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -497,10 +497,10 @@ class ddg{ if( isset($form["attributes"]["id"]) && $form["attributes"]["id"] == "challenge-form" - ) - }{ + ){ - throw new Exception("DuckDuckGo returned an image captcha"); + throw new Exception("DuckDuckGo returned an image captcha"); + } } foreach(array_reverse($forms) as $form){ -- cgit v1.2.3