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 d33e8241dc
Fix "my ip" search regression
Removes dependency on class names for creating the "my ip" info card in
the results list for searches pertaining to the user's public IP.

Adds test to prevent this from happening again.

Note to anyone reading this and looking to contribute: please avoid
using hardcoded class names at all costs. This approach of
creating/removing content just results in issues if/when Google decides
to introduce/remove class names from the result page.

Fixes #657
2 years ago
..
models Use consistent header for all result types (#535) 2 years ago
static Use consistent header for all result types (#535) 2 years ago
templates Use consistent header for all result types (#535) 2 years ago
utils Fix "my ip" search regression 2 years ago
__init__.py Use consistent header for all result types (#535) 2 years ago
__main__.py Swap out Flask's default web server for Waitress (#32) 4 years ago
filter.py Fix `collapse_sections` for `MINIMAL_MODE` (#654) 2 years ago
request.py Catch invalid XML in suggestion response 2 years ago
routes.py Use consistent header for all result types (#535) 2 years ago