summaryrefslogtreecommitdiff
path: root/tests/unit/engines
AgeCommit message (Collapse)Author
2018-05-05Fix acgsou encoding error on python2 and add unicode characters to unit testtrinpatch
2018-05-03Fix unit test urlrinpatch
2018-04-27Remove Japanese charactersrinpatch
2018-04-27Fix unit testrinpatch
2018-04-27Added unit testrinpatch
2018-04-23Fix string lengthrinpatch
2018-04-23Unit testrinpatch
2018-04-18[fix] force English results in Google when using en-USMarc Abonce Seguin
2018-04-08update unit tests for google news and wikidataMarc Abonce Seguin
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.
2018-02-10fix unit testsNoémi Ványi
2017-12-06remove 'all' option from search languagesmarc
2017-12-01[fix] pdbe testAdam Tauber
2017-11-22[fix] change domain name in google engine testAdam Tauber
2017-11-07Fixed unittests.pyrrh0n1c
2017-11-07Fixed typos.pyrrh0n1c
2017-11-03Merge pull request #1068 from Apply55gx/geniusAdam Tauber
Continuation of PR #1004 (seems abandoned)
2017-11-01minor fix of BASE engineNoémi Ványi
2017-11-01[add] pubmed enginejibe-b
2017-11-01minor fixes of arxivNoémi Ványi
Closes #1050
2017-11-01[add] arxiv enginejibe-b
2017-10-25Merge pull request #1 from asciimoo/masterApply55gx
-
2017-10-10test fetch langauges function on bing imagesmarc
2017-10-10update engines_languages.json and languages.pymarc
Also, fix fetch_languages.py so it can run on python3.
2017-10-10[fix] language support for bing images and videosmarc
2017-09-22[add] unit_test for base enginejibe-b
2017-09-04Merge branch 'master' into nyaamisnyo
2017-08-31[fix] nyaa.si fixedmisnyo
2017-08-31[fix] google news dom xpath fixmisnyo
2017-08-30Merge pull request #1016 from misnyo/blekkoAdam Tauber
[mod]blekko images removed
2017-08-30[fix] faroo json api and image layout fixedmisnyo
2017-08-30[mod]blekko images removedmisnyo
2017-08-29[fix]torrentz unit_tests timezone fixmisnyo
2017-08-25[fix]torrentz unit_tests timezone fixmisnyo
2017-08-25[fix]torrentz search engine fixed for new versionmisnyo
2017-08-21remove unicode characterswoorst
2017-08-20fix line lengths for pep8 standardswoorst
2017-08-19New engine: Genius (lyrics)woorst
2017-08-05add bing videos enginemarc
2017-07-26add google videosmarc
2017-07-10[fix] duckduckgo images doesn't fail with countryless languagemarc
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] use raw response with etree.parsefromstring - Unicode strings with ↵Adam Tauber
encoding declaration are not supported
2017-05-17[fix] bing imagesmarc
2017-05-15[mod] add/modify image fetching for bing_news, qwant and twitter enginesAlexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
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-18add language support for qwantmarc
closes issue #863
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.