summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2015-01-10[enh] improve torrent resultsThomas Pointhuber
2015-01-09[mod] ignore startpage unicode errorsAdam Tauber
2015-01-09Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2015-01-09[enh] using the loggerAdam Tauber
2015-01-07Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵Adam Tauber
into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py
2015-01-05Remove printCqoicebordel
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
2015-01-03Few fixes on VimeoCqoicebordel
Change URL from https to http Change way of handling text xpath
2015-01-03Digg correctionCqoicebordel
Return no result instead of crashing if no result
2015-01-02[fix] pep8Adam Tauber
2015-01-01Merge pull request #143 from Cqoicebordel/Wiki-dateAdam Tauber
Use human readable date for infobox
2015-01-01[mod] purge local html_to_textAdam Tauber
2014-12-29Flake8 and Twitter correctionsCqoicebordel
Lots of Flake8 corrections Maybe we should change the rule to allow lines of 120 chars. It seems more usable. Big twitter correction : now it outputs the words in right order...
2014-12-28Digg + Twitter correctionsCqoicebordel
Digg engines, with thumbnails Add pubdate for twitter
2014-12-24[enh] subtitleseeker: better language handlingAdam Tauber
2014-12-24Merge pull request #161 from Cqoicebordel/SubtitleSeeker-engineAdam Tauber
SubtitleSeeker Engine
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85df0510e331372bcd60cb31db9c96a5c)
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-22[fix] flickr engine code cleanup ++ handle missing ownerAdam Tauber
2014-12-22Merge pull request #149 from Cqoicebordel/Flickr-engineAdam Tauber
Rework Flickr Engine
2014-12-22SubtitleSeeker EngineCqoicebordel
Add the subtitleseeker engine.
2014-12-20[enh] engine shortcut validationAdam Tauber
2014-12-20Merge pull request #159 from pointhi/photon_fixAdam Tauber
[fix] fix language support in photon engine
2014-12-20[fix] fix language support in photon engineThomas Pointhuber
2014-12-20Add 500px and Searchcode enginesCqoicebordel
Allow to search for images on 500px. It doesn't use the official API, but the page result. Less stable, but less API key to possess... Two engines were necessary for Searchcode because there are to search mode : search for documentation or search for code example. Both use open APIs.
2014-12-16Add an No Api Flickr EngineCqoicebordel
It uses the webpage json infos to build the results Let the user choose the engine in setting.yml. Noapi active by default + little corrections on Flickr engine
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[fix] remove useless print statementThomas Pointhuber
2014-12-16[enh] add photon engineThomas Pointhuber
2014-12-15[fix] fix kickass engineThomas Pointhuber
thanks @Cqoicebordel in #144: https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
2014-12-15Rework Flickr EngineCqoicebordel
Everything was redone to use the API. It needs an API key, but it's worth it. Everything works. Title, Image, Content, URL The API allow lots of things. Thumbnails and date will be easy to add when it will be implemented in Searx. Fix asciimoo/searx#126
2014-12-15Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-EngineAdam Tauber
Kickass torrent search engine
2014-12-14Add icons and badge for the themesCqoicebordel
Add kickass in engine list Add content for the result from kickass
2014-12-13[mod] engine load refactorAdam Tauber
2014-12-11[fix] piratebay urlAdam Tauber
2014-12-09First pass at Kickass EngineCqoicebordel
Parse and return results correctly. Pages numbers taken care of. Not done, and maybe to do : - 'content' : I don't know what it could be. Maybe votes ? - 'categories' : the results are not filtered by categories, because I don't see how to do it properly : there are too much categories on Kickass. Is 'video' only movies, or also tv show or porn ? So for now, the category is 'all'. - Favicon/icon : may be a good idea.
2014-12-09Use human readable dateCqoicebordel
For DoB and DoD, wikipedia use a non standard ISO format, not easily readable. Now the date is displayed in an human readable form, using the language setting as locale if available. If not, it uses the default locale.
2014-12-09[mod] image results removed from google engineAdam Tauber
2014-12-08[fix] Google image with special charsCqoicebordel
It seems like Google image is doing a double urlencode on the url of the images. So we need to unquote once before sending to the browser the urls. It solves the 404 we could see with some image with specials chars in url. Exemple https://searx.laquadrature.net/?q=etes&pageno=1&category_images (there are two of those in the list)
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-12-07[fix] pep8 : duckduckgo_definitions and wikidata enginesdalf
2014-12-05[fix] pep8Adam Tauber
2014-11-19Merge pull request #127 from pointhi/template_oscar_mapAdam Tauber
Template oscar, add map support
2014-11-19[enh][oscar_template] loading map informations from overpass-apiThomas Pointhuber
2014-11-17[fix] startpage engine compatibilityAdam Tauber
2014-11-03[fix] use address.city if possibleThomas Pointhuber
2014-11-03[enh] template_oscar: show addressdata if possibleThomas Pointhuber