whoogle-search/app
Ben Busby b39ba0533a
Suppress spurious warnings from bs4
More MarkupResemblesLocatorWarning warnings have been appearing. This
seems to be caused by parsing HTML content that contains a URL.

This new change suppresses the warning at the root level of the app
before any content has been parsed, so this error shouldn't appear
again.

Fixes #968
2023-03-22 12:29:05 -06:00
..
models Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
static Update zh-tw translation (#973) 2023-03-20 13:08:18 -06:00
templates Remove `preferences` arg from opensearch template 2023-03-06 15:33:28 -07:00
utils Suppress spurious warnings from bs4 2023-03-22 12:29:05 -06:00
__init__.py Suppress spurious warnings from bs4 2023-03-22 12:29:05 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Fix bug in title/url blocking regex (#969) 2023-03-14 11:22:53 -06:00
request.py Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
routes.py Suppress invalid warning from bs4, add 404 handler 2023-03-07 11:28:55 -07:00
version.py Bump version to 0.8.1 2022-12-19 10:52:02 -07:00