whoogle-search/app
Ahmad Alkadri 3dda8b25ef
Escape html text in result body (#912)
Moved the cleaner functions to app/utils/escaper.py

Removed unused import 're'

Moved the cleaner functionalities to the "search.py" and "routes.py"

Making sure escaped chars stay escaped during process

Replaced "<" and ">" with "andlt;" and "andgt;", respectively. This way,
when the 'response' object get loaded to bsoup (which happens several times
throughout the process between search.py and routes.py), bsoup will not
unescape them.
2022-12-29 15:19:28 -07:00
..
models Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
static Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
templates Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
utils Escape html text in result body (#912) 2022-12-29 15:19:28 -07:00
__init__.py Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Handle missing result div in filter (#911) 2022-12-29 15:17:34 -07:00
request.py Add time constraint to search options (#888) 2022-12-21 13:24:27 -07:00
routes.py Escape html text in result body (#912) 2022-12-29 15:19:28 -07:00
version.py Bump version to 0.8.1 2022-12-19 10:52:02 -07:00