| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-31 | [mod]generalfile engine removed | misnyo | |
| 2017-08-30 | Merge pull request #1016 from misnyo/blekko | Adam Tauber | |
| [mod]blekko images removed | |||
| 2017-08-30 | Merge pull request #1015 from misnyo/digg | Adam Tauber | |
| [fix] digg now requires cookie for search | |||
| 2017-08-30 | [fix] digg cookie characters created in module import | misnyo | |
| 2017-08-30 | [fix] pep8 fix for faroo engine | misnyo | |
| 2017-08-30 | [fix] faroo json api and image layout fixed | misnyo | |
| 2017-08-30 | [fix] digg now requires cookie for search | misnyo | |
| 2017-08-30 | [mod]blekko images removed | misnyo | |
| 2017-08-25 | [fix]torrentz search engine fixed for new version | misnyo | |
| 2017-08-19 | New engine: Genius (lyrics) | woorst | |
| 2017-08-05 | add bing videos engine | marc | |
| 2017-07-26 | add google videos | marc | |
| 2017-07-21 | [fix] use poolrequests in ddg engines | Adam Tauber | |
| 2017-07-21 | [mod] separate engine load and initialization | Adam Tauber | |
| 2017-07-20 | [enh] add "inactive" attribute to engines | Adam 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 language | marc | |
| 2017-06-25 | [fix] is_valid_lang fixed for new languages.py + dictzone engine encoding | potato | |
| 2017-06-18 | fix github url | vache asatryan | |
| 2017-06-13 | [fix] fix xpath of google images | Noémi Ványi | |
| 2017-06-06 | [fix] pep8 | Adam Tauber | |
| 2017-06-06 | [enh] add init function to engines which loads parallel | Adam Tauber | |
| 2017-05-27 | [fix] fix duckduckgo's offset | marc | |
| First page now starts with 0 offset, rather than starting on the 30th result. DuckDuckGo returns 30 results on each page. | |||
| 2017-05-23 | add duckduckgo images engine | marc | |
| 2017-05-22 | [fix] produce valid urls if scheme is missing | Adam 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] pep8 | Adam Tauber | |
| 2017-05-18 | [fix] add more description on possible search tpyes | Noémi Ványi | |
| 2017-05-18 | [enh] make search type of mediawiki configurable | Noémi Ványi | |
| 2017-05-17 | [fix] bing images | marc | |
| 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 engines | Alexandre Flament | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-04-08 | [fix] yahoo news date parsing | Adam Tauber | |
| 2017-04-08 | [mod] searx doesn't crash at startup when an engine can't be loaded (see #884) | Alexandre Flament | |
| 2017-03-22 | Add framalibre engine | Franç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-18 | make search language handling less strict | marc | |
| 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-18 | add language support for qwant | marc | |
| closes issue #863 | |||
| 2017-02-01 | [fix] fix paging of duckduckgo | Noémi Ványi | |
| 2017-01-27 | [enh] add result number parsing to google engine | Adam Tauber | |
| 2017-01-18 | Merge pull request #830 from davidar/se | Adam Tauber | |
| Semantic Scholar | |||
| 2017-01-18 | Merge pull request #827 from davidar/spell | Adam Tauber | |
| [enh] show spelling corrections | |||
| 2017-01-17 | [fix] allow empty content | David A Roberts | |
| 2017-01-16 | [enh] show spelling corrections | David A Roberts | |
| 2017-01-15 | Add torrent infos | jcherqui | |
| 2017-01-15 | Remove categories | jcherqui | |
| 2017-01-15 | Fix test | jcherqui | |
| 2017-01-15 | Add 1337x.to engine | jcherqui | |
| 2017-01-10 | [fix] skip non-complete google news results | Adam Tauber | |
| 2017-01-05 | [enh] add instant answers to google engine | Adam Tauber | |
| 2017-01-02 | Merge pull request #801 from dalf/extract_text | Adam Tauber | |
| [fix] extract_text: use html.tostring instead html_to_text. | |||