summaryrefslogtreecommitdiff
path: root/searx/engines/gentoo.py
AgeCommit message (Collapse)Author
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2018-08-21Fix pep8 errorsAlice Ferrazzi
2018-08-21Fix choosing languges functionAlice Ferrazzi
Searching for english is now giving all pages results. Instead searching for a specific language different from english is correctly returning only translated pages for the selected language.
2018-08-12added languages to Gentoo engineAlice Ferrazzi
2018-08-12gentoo engine testAlice Ferrazzi