You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
models Add time constraint to search options (#888) 1 year ago
static Update zh-tw translation (#973) 1 year ago
templates Remove `preferences` arg from opensearch template 1 year ago
utils Suppress spurious warnings from bs4 1 year ago
__init__.py Suppress spurious warnings from bs4 1 year ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Fix bug in title/url blocking regex (#969) 1 year ago
request.py Add time constraint to search options (#888) 1 year ago
routes.py Suppress invalid warning from bs4, add 404 handler 1 year ago
version.py Bump version to 0.8.1 1 year ago