Aadniz 22e1d30017
[fix] startpage engine: properly display CAPTCHA if redirect page is seen (#5380)
Fixes an issue where startpage engine would display parsing error
(`json.decoder.JSONDecodeError`) when returning CAPTCHA redirect page.

The fix simply checks if response header has `Location` set, and if it starts
with `https://www.startpage.com/sp/captcha`, it will raise a CAPTCHA exception
before trying to parse the data.
2025-10-26 11:32:45 +01:00
..
2025-08-12 15:18:46 +02:00
2025-03-30 12:41:43 +02:00
2024-04-10 06:51:28 +02:00
2025-09-09 17:04:21 +02:00
2025-03-30 14:25:58 +02:00
2025-04-18 09:30:17 +02:00