summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2019-07-13embedded iframe (youtube, dailymotion, vimeo): use httpsDalf
2019-05-29[fix] Force Google old UI (#1597)Emilien Devos
2019-05-28Use string formatter to create source and img_format labels (#1566)Frank de Lange
google_images : use JSON embedded in HTML (engine expected pure JSON)
2019-05-28Remove some engines : subtitleseeker, seedpeer, swisscowsDalf
http://www.subtitleseeker.com and http://www.seedpeer.eu don't exist anymore. https://swisscows.ch/ has change : the engine needs to be updated
2019-04-14Merge branch 'master' into ne/fix-google-image-searchAlexandre Flament
2019-04-14Fix google image searchNick Espig
- Because there is not full image url in the dom, we replace "image_url" with the same url as the "url" (url of source). See example HTML https://gist.github.com/Nachtalb/2dea8a4d2c723c49226ad9645838121f - Remove unused import - Fix google image search title - Keep google image safe value up to date
2019-04-13[fix] duckduckgo images requestsMarc Abonce Seguin
2019-03-26[fix] get youtube results from js objectMarc Abonce Seguin
Results are not appearing in the html document anymore, instead they are found inside an object embedded in a script.
2019-02-13[enh] adds apkmirror search engineJonas Zohren
2019-01-28Remove asksteemLéo Bourrel
2019-01-14Merge branch 'master' into engines/unsplashd-tux
2019-01-08[fix] unicode error with WolframAlpha API engineMarc Abonce Seguin
2019-01-08Merge branch 'master' into engines/unsplashd-tux
2019-01-07fix after rebaseNoémi Ványi
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796.
2019-01-06[fix] fetch google's supported languagesMarc Abonce Seguin
2019-01-06[fix] always set langauge_aliases even if it's emptyMarc Abonce Seguin
2019-01-06[fix] check language aliases when setting search languageMarc Abonce Seguin
2019-01-05[mod] google videosVenca24
2019-01-04Merge branch 'master' into devel_google_videosNoémi Ványi
2019-01-04Merge branch 'master' into masterNoémi Ványi
2019-01-04Merge branch 'master' into bugfix_startpageNoémi Ványi
2019-01-04[FIX] google videos thumbnailsVenca24
2018-12-19Update bing image engine with new image json formatLéo Bourrel
2018-12-14restore startpage search resultsMichael Pfitzner
2018-12-14Merge branch 'master' into engines/unsplashd-tux
2018-12-11update startpage.pydimqua
2018-12-02remove findx engine (#1452)dimqua
2018-11-22[fix] google videos engineVenca24
2018-10-08Removes what looks like tracking parametersDenis Wernert
2018-10-08Uses the raw url for the image result, rather than the fullDenis Wernert
size result.
2018-10-08Adds the Unsplash image engineDenis Wernert
2018-08-21Merge pull request #1368 from aliceinwire/gentoo_engineAdam Tauber
Add Gentoo wiki search engine
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-19[fix] remove publicly unavailable 500px engine - #1338Adam Tauber
2018-08-18duden.de enginedadosch
2018-08-13[fix] update qwant search urlAdam Tauber
thx to @dalf for the fix (#1365)
2018-08-12added languages to Gentoo engineAlice Ferrazzi
2018-08-12gentoo engine testAlice Ferrazzi
2018-07-09Merge pull request #1303 from MarcAbonce/bingAdam Tauber
Fix bing "garbage" results
2018-07-06Fix formattingLéo Bourrel
2018-07-05Update path to wikidata imageLéo Bourrel
2018-06-14[fix] add py3 compatibility to base engine - closes #1319Adam Tauber
2018-06-14[fix] use html result page in google images (previous endpoint stopped working)Adam Tauber
2018-05-21fix piratebay urlNoémi Ványi
Closes #1229
2018-05-20fix bing "garbage" results (issue #1275)Marc Abonce Seguin
2018-05-16add missing parameter to gigablast search urlNoémi Ványi
Closes #1293
2018-05-05Fix acgsou encoding error on python2 and add unicode characters to unit testtrinpatch
2018-05-03Switch acgsou to httprinpatch