mirror of
https://github.com/searxng/searxng.git
synced 2025-11-14 02:26:43 -05: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().