Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-05 | Fix acgsou encoding error on python2 and add unicode characters to unit testt | rinpatch | |
2018-05-03 | Fix unit test url | rinpatch | |
2018-04-27 | Remove Japanese characters | rinpatch | |
2018-04-27 | Fix unit test | rinpatch | |
2018-04-27 | Added unit test | rinpatch | |
2018-04-23 | Fix string length | rinpatch | |
2018-04-23 | Unit test | rinpatch | |
2018-04-18 | [fix] force English results in Google when using en-US | Marc Abonce Seguin | |
2018-04-08 | update unit tests for google news and wikidata | Marc Abonce Seguin | |
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. | |||
2018-02-10 | fix unit tests | Noémi Ványi | |
2017-12-06 | remove 'all' option from search languages | marc | |
2017-12-01 | [fix] pdbe test | Adam Tauber | |
2017-11-22 | [fix] change domain name in google engine test | Adam Tauber | |
2017-11-07 | Fixed unittests. | pyrrh0n1c | |
2017-11-07 | Fixed typos. | pyrrh0n1c | |
2017-11-03 | Merge pull request #1068 from Apply55gx/genius | Adam Tauber | |
Continuation of PR #1004 (seems abandoned) | |||
2017-11-01 | minor fix of BASE engine | Noémi Ványi | |
2017-11-01 | [add] pubmed engine | jibe-b | |
2017-11-01 | minor fixes of arxiv | Noémi Ványi | |
Closes #1050 | |||
2017-11-01 | [add] arxiv engine | jibe-b | |
2017-10-25 | Merge pull request #1 from asciimoo/master | Apply55gx | |
- | |||
2017-10-10 | test fetch langauges function on bing images | marc | |
2017-10-10 | update engines_languages.json and languages.py | marc | |
Also, fix fetch_languages.py so it can run on python3. | |||
2017-10-10 | [fix] language support for bing images and videos | marc | |
2017-09-22 | [add] unit_test for base engine | jibe-b | |
2017-09-04 | Merge branch 'master' into nyaa | misnyo | |
2017-08-31 | [fix] nyaa.si fixed | misnyo | |
2017-08-31 | [fix] google news dom xpath fix | misnyo | |
2017-08-30 | Merge pull request #1016 from misnyo/blekko | Adam Tauber | |
[mod]blekko images removed | |||
2017-08-30 | [fix] faroo json api and image layout fixed | misnyo | |
2017-08-30 | [mod]blekko images removed | misnyo | |
2017-08-29 | [fix]torrentz unit_tests timezone fix | misnyo | |
2017-08-25 | [fix]torrentz unit_tests timezone fix | misnyo | |
2017-08-25 | [fix]torrentz search engine fixed for new version | misnyo | |
2017-08-21 | remove unicode characters | woorst | |
2017-08-20 | fix line lengths for pep8 standards | woorst | |
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-10 | [fix] duckduckgo images doesn't fail with countryless language | marc | |
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] use raw response with etree.parsefromstring - Unicode strings with ↵ | Adam Tauber | |
encoding declaration are not supported | |||
2017-05-17 | [fix] bing images | marc | |
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-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 | add language support for qwant | marc | |
closes issue #863 | |||
2016-12-30 | [fix] use english as default language in bing | Adam 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. |