Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-26 | [fix] use get accessor to pull desc from bing_images | Grant Lanham | |
2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2024-02-25 | [refactor] images: add resolution, image format and filesize fields | Bnyro | |
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-10-01 | [fix] Revision of the Bing engines | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-10-01 | [fix] engine - bing fix search, pagination, remove safesearch | jazzzooo | |
2023-03-24 | [mod] bing_images: use async API & upgrade to data_type: traits_v1 | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-03-24 | [mod] bing: add time_range support & upgrade to data_type: traits_v1 | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-03-24 | [mod] bing: fetch engine traits (data_type: supported_languages) | Markus Heiser | |
Implements a fetch_traits function for the Bing engines. .. note:: Does not include migration of the request methode from 'supported_languages' to 'traits' (EngineTraits) object! Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-08-01 | [mod] add 'Accept-Language' HTTP header to online processores | Markus Heiser | |
Most engines that support languages (and regions) use the Accept-Language from the WEB browser to build a response that fits to the language (and region). - add new engine option: send_accept_language_header Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-01-05 | [enh] add more categories | Martin Fischer | |
2021-12-28 | [pylint] Bing (Images) engine | Markus Heiser | |
Fix remarks from pylint and remove obsolete try/except block Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-12-27 | [fix] issues reported by pylint | Markus Heiser | |
Fix pylint issues from commit (3d96a983) [format.python] initial formatting of the python code Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-02-22 | Fix paging of Bing Images | Noémi Ványi | |
2021-02-01 | [mod] dynamically set language_support variable | Alexandre Flament | |
The language_support variable is set to True by default, and set to False in only 5 engines. Except the documentation and the /config URL, this variable is not used. This commit remove the variable definition in the engines, and set value according to supported_languages length: False when the length is 0, True otherwise. Close #2485 | |||
2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament | |
2020-11-14 | [mod] remove unused import | Alexandre Flament | |
use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-08-31 | [fix] skip uncomplete image results - closes #1496 | Adam Tauber | |
2020-03-01 | bugfix: fetch_supported_languages bing, -news, -videos, -images | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2019-07-27 | [enh] bing_images: use data from embedded JSON to improve results (e.g. real ↵ | Frank de Lange | |
page title) (#1568) use data from embedded JSON to improve results (e.g. real page title), add image format and source info (see PR #1567), improve paging logic (it now works) | |||
2019-01-06 | [fix] check language aliases when setting search language | Marc Abonce Seguin | |
2018-12-19 | Update bing image engine with new image json format | Léo Bourrel | |
2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine. | |||
2017-10-10 | [fix] language support for bing images and videos | marc | |
2017-05-17 | [fix] bing images | marc | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
and refactor method to make it testable without making requests | |||
2016-12-13 | [mod] fetch supported languages for several engines | marc | |
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language. | |||
2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
2016-12-11 | add year to time range to engines which support "Last year" | Noémi Ványi | |
Engines: * Bing images * Flickr (noapi) * Google * Google Images * Google News | |||
2016-11-01 | add time range support for bing images | Noémi Ványi | |
2016-03-26 | [fix] bing images page change | Adam Tauber | |
2016-02-01 | [fix] bing images changes | Adam Tauber | |
2015-08-28 | [fix] bing unicode encode error - fixes #408 | Adam Tauber | |
2015-06-06 | bing_images & www1x engines use https connections | Dalf | |
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-04-26 | [fix] tests | Alexandre Flament | |
2015-04-26 | engines: use https when possible | Alexandre Flament | |
2015-02-08 | [fix] pep8, tests | Thomas Pointhuber | |
2015-02-08 | [enh] add safesearch functionality | Thomas Pointhuber | |
2 = strict 1 = moderate 0 = none | |||
2015-01-29 | Bing images' unit test | Cqoicebordel | |
2015-01-17 | Flake8 | Cqoicebordel | |
2015-01-17 | Add thumbnails in images results | Cqoicebordel | |
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ? | |||
2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
2014-09-05 | [fix] print removed | Adam Tauber | |
2014-09-02 | little refactoring | Thomas Pointhuber | |
2014-09-01 | add bing_images | Thomas Pointhuber | |