diff options
| author | lolcat <will@lolcat.ca> | 2026-05-27 21:55:56 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-05-27 21:55:56 -0400 |
| commit | d7d35f02f30f0b113e841ec1278ea446001d095e (patch) | |
| tree | cae17ad496b8c52cafe474da2b07e9187891222f | |
| parent | 5f112737b863e5fa629cc7621e4d97cc50ab9e64 (diff) | |
holy shit im retarded
| -rw-r--r-- | scraper/ddg.php | 6 |
1 files changed, 3 insertions, 3 deletions
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){ |
