Commit Graph

314 Commits (2e41bfcbdbb762be610ff379380ea2201f544edd)

Author SHA1 Message Date
Adam Tauber 2e41bfcbdb [enh] engine shortcut validation 10 years ago
Adam Tauber 7eb27848c2 Merge pull request #159 from pointhi/photon_fix
[fix] fix language support in photon engine
10 years ago
Thomas Pointhuber 533e6287ae [fix] fix language support in photon engine 10 years ago
Cqoicebordel 56399cf1ea Add 500px and Searchcode engines
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.
10 years ago
Thomas Pointhuber a508d540ac [fix] pep8 10 years ago
Thomas Pointhuber 91f9973227 [fix] pep8 10 years ago
Thomas Pointhuber 672f1c674c [fix] pep8 10 years ago
Thomas Pointhuber 48058075c0 [fix] remove useless print statement 10 years ago
Thomas Pointhuber 5ae38bafdf [enh] add photon engine 10 years ago
Thomas Pointhuber 70fc1002db [fix] fix kickass engine
thanks @Cqoicebordel in #144:
https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
10 years ago
Adam Tauber e047d22046 Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-Engine
Kickass torrent search engine
10 years ago
Cqoicebordel e623ee593a Add icons and badge for the themes
Add kickass in engine list
Add content for the result from kickass
10 years ago
Adam Tauber 2cfa760b57 [mod] engine load refactor 10 years ago
Adam Tauber e51cc708ad [fix] piratebay url 10 years ago
Cqoicebordel 15a4c10c99 First pass at Kickass Engine
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.
10 years ago
Adam Tauber 0f4cb32bf1 [mod] image results removed from google engine 10 years ago
Cqoicebordel b973081134 [fix] Google image with special chars
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)
10 years ago
dalf 7c13d630e4 [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) 10 years ago
dalf ffcec383b7 [fix] pep8 : duckduckgo_definitions and wikidata engines 10 years ago
Adam Tauber 611f4e2a86 [fix] pep8 10 years ago
Adam Tauber 075a5fe898 Merge pull request #127 from pointhi/template_oscar_map
Template oscar, add map support
10 years ago
Thomas Pointhuber 4b75d41f86 [enh][oscar_template] loading map informations from overpass-api 10 years ago
Adam Tauber b1234ee889 [fix] startpage engine compatibility 10 years ago
Thomas Pointhuber bc12a76fbb [fix] use address.city if possible 10 years ago
Thomas Pointhuber c38917bb2a [enh] template_oscar: show addressdata if possible 10 years ago
Thomas Pointhuber 740594a4b7 [enh] oscar_template: initial osm-map support for map results
* TODO: remove leaflet.min.css if not required
10 years ago
Thomas Pointhuber 0e1035eac1 Merge https://github.com/asciimoo/searx into template_oscar
Conflicts:
	searx/translations/de/LC_MESSAGES/messages.po
	searx/translations/en/LC_MESSAGES/messages.po
	searx/translations/es/LC_MESSAGES/messages.po
	searx/translations/fr/LC_MESSAGES/messages.po
	searx/translations/hu/LC_MESSAGES/messages.po
	searx/translations/it/LC_MESSAGES/messages.po
	searx/translations/nl/LC_MESSAGES/messages.po
	searx/webapp.py
10 years ago
Adam Tauber 5740cfbf1c [fix] pep8 part II. 10 years ago
Adam Tauber b0fd71b7b3 [fix] pep8 compatibility 10 years ago
Adam Tauber 28fed5d9ad Merge pull request #115 from pointhi/engine_faroo
add faroo engine
10 years ago
Thomas Pointhuber bc5a7153d3 fix comment header of faroo engine 10 years ago
Thomas Pointhuber db4ca4784b fix faroo engine 10 years ago
Thomas Pointhuber 8af2184a45 add faroo engine support 10 years ago
kernc e1b76c6811 Search Music also on YouTube
YouTube hosts a lot of music and should be enabled for Music search by default.
10 years ago
Adam Tauber b0bb94fd37 [fix] wikidata: using only the first url 10 years ago
dalf cac1761a54 [enh] infoboxes : if the result doesn't contain anything except one link, use the normal result template 10 years ago
dalf 295b1699ce [mod] return only one result from the wikidata engine 10 years ago
Thomas Pointhuber f3b565e17e oscar template: implement first version of results page
* implement results page
* improve search form template
* implement all result_templates
* fix youtube engine
10 years ago
Adam Tauber 727c7226d9 [fix] code cleanup 10 years ago
dalf 63a0328c8b [enh] wikidata engine : add links to musicbrainz 10 years ago
dalf 829c758970 Merge remote-tracking branch 'upstream/master' 10 years ago
Dalf 0a71525ab6 [enh] add infoboxes and answers (clean up) 10 years ago
Thomas Pointhuber fdad5f7cad fix float division by zero bug in score calculation 10 years ago
Dalf 6bfd566353 [enh] add infoboxes and answers 10 years ago
Dalf 5dc3eb3399 [fix] rewrite the google engine since Google Web Search API is about to expire 10 years ago
dalf 64b75e6d82 [enh] duckduckgo engine: add language support 10 years ago
Dalf a4ffeddce1 [fix] yahoo engines: parse_url doesn't throw an exception with not tracking URL 10 years ago
Dalf a92e3ba446 [fix] bing_new engine : fix published date parsing 10 years ago
Dalf 7f1e2ba211 [enh] dailymotion engine: add language support 10 years ago
Adam Tauber a288aa322e Merge branch 'master' of github.com:asciimoo/searx 10 years ago