mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
Just in case if content is None, the original code will skip extract_text(), and just append the None value to 'content'. So just add allow_none=True, and this will return None without raising a ValueError in extract_text().
4.3 KiB
4.3 KiB