summaryrefslogtreecommitdiff
path: root/searx/engines/bing_images.py
AgeCommit message (Collapse)Author
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 languageMarc Abonce Seguin
2018-12-19Update bing image engine with new image json formatLéo Bourrel
2018-03-27refactor engine's search language handlingMarc 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 videosmarc
2017-05-17[fix] bing imagesmarc
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
and refactor method to make it testable without making requests
2016-12-13[mod] fetch supported languages for several enginesmarc
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.pymarc
2016-12-11add 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-01add time range support for bing imagesNoémi Ványi
2016-03-26[fix] bing images page changeAdam Tauber
2016-02-01[fix] bing images changesAdam Tauber
2015-08-28[fix] bing unicode encode error - fixes #408Adam Tauber
2015-06-06bing_images & www1x engines use https connectionsDalf
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-04-26[fix] testsAlexandre Flament
2015-04-26engines: use https when possibleAlexandre Flament
2015-02-08[fix] pep8, testsThomas Pointhuber
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2 = strict 1 = moderate 0 = none
2015-01-29Bing images' unit testCqoicebordel
2015-01-17Flake8Cqoicebordel
2015-01-17Add thumbnails in images resultsCqoicebordel
- 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 removedAdam Tauber
2014-09-02little refactoringThomas Pointhuber
2014-09-01add bing_imagesThomas Pointhuber