whoogle-search/app/utils
Don-Swanson 65326e37b4
Refactor User Agent handling in request.py and ua_generator.py
- Removed hardcoded User Agent strings and replaced them with a fallback mechanism using DEFAULT_FALLBACK_UA.
- Updated gen_user_agent function to ensure compatibility with older configurations.
- Bumped version to 1.1.1 to reflect changes in User Agent management.
2025-11-23 22:16:53 -06:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Update dependencies in requirements.txt and refactor file handling in app initialization and utility functions to use context managers for better resource management. Adjust filter logic to utilize 'string' instead of 'text' for BeautifulSoup queries, enhancing compatibility with future versions. 2025-09-23 22:14:41 -05:00
misc.py Update README and codebase to enhance User Agent handling 2025-11-23 20:35:08 -06:00
results.py Update dependencies in requirements.txt and refactor file handling in app initialization and utility functions to use context managers for better resource management. Adjust filter logic to utilize 'string' instead of 'text' for BeautifulSoup queries, enhancing compatibility with future versions. 2025-09-23 22:14:41 -05:00
search.py Fix test_prefs_url 2025-10-01 22:21:17 -05:00
session.py Add auth to cookie (#964) 2023-03-01 09:58:59 -07:00
ua_generator.py Refactor User Agent handling in request.py and ua_generator.py 2025-11-23 22:16:53 -06:00
widgets.py Fix invalid calculator widget path (#1064) 2023-09-13 14:13:21 -06:00