summaryrefslogtreecommitdiff
path: root/searx/engines/bing_news.py
AgeCommit message (Expand)Author
2023-03-24[mod] bing_news: use async API & upgrade to data_type: traits_v1Markus Heiser
2023-03-24[mod] bing: add time_range support & upgrade to data_type: traits_v1Markus Heiser
2023-03-24[mod] bing: fetch engine traits (data_type: supported_languages)Markus Heiser
2022-08-01[mod] add 'Accept-Language' HTTP header to online processoresMarkus Heiser
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-12-27[format.python] disable py code formatting for some hunks of codeMarkus Heiser
2021-12-17[fix] engine bing-news: replace the http:// by https://Markus Heiser
2021-02-01[mod] dynamically set language_support variableAlexandre Flament
2021-01-14[enh] engines: add about variableAlexandre Flament
2020-12-03[mod] bing_news: use eval_xpath_getindexAlexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-11-14[mod] remove unused importAlexandre Flament
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-03-01bing_news: parital rollback of c89c05bcMarkus Heiser
2020-03-01bugfix: fetch_supported_languages bing, -news, -videos, -imagesMarkus Heiser
2020-02-25bugfix: google-news and bing-news has changed the language parameterMarkus Heiser
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
2017-12-06remove 'all' option from search languagesmarc
2017-05-22[fix] use raw response with etree.parsefromstring - Unicode strings with enco...Adam Tauber
2017-05-15[mod] add/modify image fetching for bing_news, qwant and twitter enginesAlexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
2016-12-13[mod] fetch supported languages for several enginesmarc
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-12-11add year filter to engines with time range support && testsNoémi Ványi
2016-11-01add time range search for bing newsNoémi Ványi
2015-10-16[fix] unicode decodingAdam Tauber
2015-08-28[fix] bing unicode encode error - fixes #408Adam Tauber
2015-06-04[fix] bing_news based on RSS output formatDalf
2015-05-27[fix] bing_newsAlexandre Flament
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-01-29Bing news engine correctionsCqoicebordel
2015-01-29Bing news' unit testCqoicebordel
2015-01-22Change the cookie in bing_news to use the english interfaceCqoicebordel
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-09-07[fix] bing_new engine : fix published date parsingDalf
2014-09-02little refactoringThomas Pointhuber
2014-09-01update bing engines and fix bing_newsThomas Pointhuber
2014-07-09[fix] unused globals removedAdam Tauber
2014-03-04Create bing_news.pyThomas Pointhuber