summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2017-10-25removed unused indicies arrayApply55gx
2017-08-19New engine: Genius (lyrics)woorst
2017-08-05add bing videos enginemarc
2017-07-26add google videosmarc
2017-07-21[fix] use poolrequests in ddg enginesAdam Tauber
2017-07-21[mod] separate engine load and initializationAdam Tauber
2017-07-20[enh] add "inactive" attribute to enginesAdam Tauber
This modification allows us to deactivate engines in settings.yml without commenting them out
2017-07-10[fix] duckduckgo images doesn't fail with countryless languagemarc
2017-06-25[fix] is_valid_lang fixed for new languages.py + dictzone engine encodingpotato
2017-06-18fix github urlvache asatryan
2017-06-13[fix] fix xpath of google imagesNoémi Ványi
2017-06-06[fix] pep8Adam Tauber
2017-06-06[enh] add init function to engines which loads parallelAdam Tauber
2017-05-27[fix] fix duckduckgo's offsetmarc
First page now starts with 0 offset, rather than starting on the 30th result. DuckDuckGo returns 30 results on each page.
2017-05-23add duckduckgo images enginemarc
2017-05-22[fix] produce valid urls if scheme is missingAdam Tauber
2017-05-22[fix] use raw response with etree.parsefromstring - Unicode strings with ↵Adam Tauber
encoding declaration are not supported
2017-05-18[fix] pep8Adam Tauber
2017-05-18[fix] add more description on possible search tpyesNoémi Ványi
2017-05-18[enh] make search type of mediawiki configurableNoémi Ványi
2017-05-17[fix] bing imagesmarc
2017-05-15[fix] framalibre : remove result['thumbnail'] (not used)Dalf
2017-05-15[mod] add/modify image fetching for bing_news, qwant and twitter enginesAlexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-04-08[fix] yahoo news date parsingAdam Tauber
2017-04-08[mod] searx doesn't crash at startup when an engine can't be loaded (see #884)Alexandre Flament
2017-03-22Add framalibre engineFrançois Revol
framalibre.org is a catalogue of Free Software, edited by Framasoft. For now we pass the thumbnail as img_src as it doesn't seem to be used for IT...
2017-03-18make search language handling less strictmarc
languages.py can change, so users may query on a language that is not on the list anymore, even if it is still recognized by a few engines. also made no and nb the same because they seem to return the same, though most engines will only support one or the other.
2017-03-18add language support for qwantmarc
closes issue #863
2017-02-01[fix] fix paging of duckduckgoNoémi Ványi
2017-01-27[enh] add result number parsing to google engineAdam Tauber
2017-01-18Merge pull request #830 from davidar/seAdam Tauber
Semantic Scholar
2017-01-18Merge pull request #827 from davidar/spellAdam Tauber
[enh] show spelling corrections
2017-01-17[fix] allow empty contentDavid A Roberts
2017-01-16[enh] show spelling correctionsDavid A Roberts
2017-01-15Add torrent infosjcherqui
2017-01-15Remove categoriesjcherqui
2017-01-15Fix testjcherqui
2017-01-15Add 1337x.to enginejcherqui
2017-01-10[fix] skip non-complete google news resultsAdam Tauber
2017-01-05[enh] add instant answers to google engineAdam Tauber
2017-01-02Merge pull request #801 from dalf/extract_textAdam Tauber
[fix] extract_text: use html.tostring instead html_to_text.
2016-12-31[fix] extract_text: use html.tostring instead html_to_text. Fix #711Alexandre Flament
2016-12-30[fix] use english as default language in bingAdam Tauber
If no language is specified, bing returns results with multiple languages for one query which isn't really useful. Setting english as default insted if nothing.
2016-12-29change language list to only include languages with a minimum of enginesmarc
that support them. users can still query lesser supported through the :lang_code bang.
2016-12-28Merge branch 'master' into languagesAdam Tauber
2016-12-27[fix] proper engine initAdam Tauber
2016-12-27[enh] explicit engine initAdam Tauber
2016-12-24[enh] add searx engineAdam Tauber
2016-12-23[fix] handle missing images in google newsAdam Tauber