summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2015-05-02Merge pull request #308 from dalf/versions_upgradeAdam Tauber
update versions.cfg to use the current up-to-date packages
2015-05-02Merge pull request #309 from dalf/twitterAdam Tauber
[fix] twitter engine
2015-05-02Merge pull request #307 from dalf/masterAdam Tauber
[fix] Flickr engine
2015-05-02Merge pull request #305 from dalf/https_againAdam Tauber
[enh] reduce the number of http outgoing connections.
2015-05-02[fix] twitter engineAlexandre Flament
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-05-02[fix] remove a useless printAlexandre Flament
2015-05-02[fix] revert of 1x.com (no valid https certificate)Alexandre Flament
2015-05-02[fix] flickr engineAlexandre Flament
2015-05-02[enh] reduce the number of http outgoing connections.Alexandre Flament
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter
2015-05-01Revert of #195 when the search language is not englishAlexandre Flament
Sometimes there is two requests to google (depending of the source IP) : one to google.com, the second to google.fr (for instance). Going to https://www.google.com/ncr and saving the PREF cookie for future use prevent this (there is no redirection). But, recently (or not ?), by doing this the search returns English results even if the Accept-Language is specified. There is still a way to prevent this : going to preference, set the search language. I don't know if this can be done by searx. For now, a quick fix is to disable the use of the PREF cookie when the search language is not English (google engine will slower but returns excepted results).
2015-04-26Merge pull request #301 from dalf/httpsAdam Tauber
engines: use https when possible
2015-04-26[fix] testsAlexandre Flament
2015-04-26Merge pull request #298 from dalf/sslAdam Tauber
[fix] SSL : SNI support
2015-04-26engines: use https when possibleAlexandre Flament
2015-04-26[fix] SSL : SNI supportAlexandre Flament
2015-04-07[fix] piratebay - cloudfare ssl errorsAdam Tauber
2015-03-29[fix] piratebay: missing torrent linkAdam Tauber
2015-03-03[mod] https in deezer engine - closes #262Adam Tauber
2015-03-03Merge pull request #252 from dalf/masterAdam Tauber
[fix] btdigg: disable ssl check
2015-02-20[fix] btdigg: disable ssl check,dalf
avoid this error : SSLError: hostname 'btdigg.org' doesn't match either of 'ssl2000.cloudflare.com', 'cloudflare.com', '*.cloudflare.com'
2015-02-20Add Spotify engineCqoicebordel
2015-02-20[fix] update yahoo engine according to the web site changesdalf
2015-02-13[fix] close #197 for all enginesdalf
2015-02-12Merge pull request #233 from dalf/masterAdam Tauber
[fix] kickass engine
2015-02-12[fix] kickass testsdalf
2015-02-12[fix] kickass engine : change the hostname to kickass.to (since kickass.so ↵dalf
doesn't respond). Close #197 perhaps not in clean way. Explanation : In fact 301 responses are followed, except the hook is called for each HTTP response, the first time for the HTTP 301 response then for HTTP 200 response. Since the kickass engine excepts a real result, the engine crashes, AND the requests lib stops here. Add a simple test at the beginning of the result function allows pass the first response and handle correctly the second response (the real one) May be a proper way is to add this test in search.py ? Code inside requests : https://github.com/kennethreitz/requests/blob/53d02381e22436b6d0757eb305eb1a960f82d361/requests/sessions.py#L579 and line 591
2015-02-12Merge pull request #210 from Cqoicebordel/unit-testsAdam Tauber
unit tests
2015-02-10Photon's unit testCqoicebordel
As in Flickr, a continue is not detected by coverage as covered but it is.
2015-02-09DDG Definitions' unit testsCqoicebordel
2015-02-09Yacy's unit testCqoicebordel
2015-02-08[enh] set google safesearch filter more restictiveThomas Pointhuber
2015-02-08[enh] add safesearch to google_imagesThomas Pointhuber
2015-02-08[fix] pep8, testsThomas Pointhuber
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2 = strict 1 = moderate 0 = none
2015-02-08[enh] add blekko_images engineThomas Pointhuber
2015-02-08[enh] add gigablast engineThomas Pointhuber
2015-02-07Faroo's unit testCqoicebordel
2015-02-07Openstreetmap's unit testCqoicebordel
2015-02-06Startpage's unit testCqoicebordel
2015-02-06Subtitleseeker's unit testCqoicebordel
2015-02-04Yahoo's unit testCqoicebordel
2015-02-04Twitter's unit testCqoicebordel
There is a commented line of a test that I didn't succed to make it work. It's an issue of unicode, utf-8, ascii, latin1... I think I tried everything, but if you have an idea... I'm still a newbie in python...
2015-02-03Mediawiki's unit testCqoicebordel
2015-02-03[fix] piratebay urlAdam Tauber
2015-02-02Duckduckgo unit testCqoicebordel
2015-02-02Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py
2015-02-01PirateBay unit test + reactivation in SettingsCqoicebordel
2015-02-01Flickr Noapi unit testCqoicebordel
2015-02-01[enh] add test for 1x.comThomas Pointhuber