whoogle-search/app
Ben Busby 8c426ab180
Suppress invalid warning from bs4, add 404 handler
An invalid parsing warning was being thrown by the latest version of the
bs4 library. This suppresses that warning from being shown in the
console.

A 404 handler was added to move logging from the console to the error
template, since a lot of users assumed that 404 errors from the result
page were problems with Whoogle itself.

Fixes 
2023-03-07 11:28:55 -07:00
..
models Add time constraint to search options () 2022-12-21 13:24:27 -07:00
static Remove ig->bibliogram redirects 2023-02-21 09:42:42 -07:00
templates Remove `preferences` arg from opensearch template 2023-03-06 15:33:28 -07:00
utils Suppress invalid warning from bs4, add 404 handler 2023-03-07 11:28:55 -07:00
__init__.py Autoload `whoogle.env` if it exists 2023-01-04 10:35:42 -07:00
__main__.py Swap out Flask's default web server for Waitress () 2020-05-12 17:14:55 -06:00
filter.py Include prefs arg in footer navigation 2023-02-21 09:57:44 -07:00
request.py Add time constraint to search options () 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