Commit Graph

49 Commits (f310305c54c3cd1d9fc74f09453294edbd2b5486)

Author SHA1 Message Date
Alexandre Flament a4dcfa025c [enh] engines: add about variable
move meta information from comment to the about variable
so the preferences, the documentation can show these information
4 years ago
Alexandre Flament 64cccae99e [mod] various engines: use eval_xpath* functions and searx.exceptions.*
Engine list: ahmia, duckduckgo_images, elasticsearch, google, google_images, google_videos, youtube_api
4 years ago
Alexandre Flament b00d108673 [mod] pylint: numerous minor code fixes 4 years ago
Alexandre Flament 3038052c79 [mod] remove unused import
use
from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url  # NOQA
so it is possible to easily remove all unused import using autoflake:
autoflake --in-place --recursive --remove-all-unused-imports searx tests
4 years ago
Alexandre Flament 2006eb4680 [mod] move extract_text, extract_url to searx.utils 4 years ago
Dalf 1022228d95 Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
Vlad f678388dbc
Fix google images 'get image' button bug from issue #2103 (#2115)
Closes #2103
4 years ago
Adam Tauber 52eba0c721 [fix] pep8 4 years ago
Markus Heiser 16f8ec894a [fix] revise google images engine
this commit is picked from #1985
4 years ago
Marc Abonce Seguin bb4d223770 [fix] google images 5 years ago
Frank de Lange 4b7332286a Use string formatter to create source and img_format labels (#1566)
google_images :  use JSON embedded in HTML (engine expected pure JSON)
5 years ago
Nick Espig 1c6ab79b9f
Fix google image search
- 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
5 years ago
Adam Tauber 57e7e9da98 [fix] use html result page in google images (previous endpoint stopped working) 6 years ago
Noémi Ványi c361811cb5 [fix] fix xpath of google images 7 years ago
Adam Tauber 52e615dede [enh] py3 compatibility 7 years ago
Noémi Ványi c59c76e6ee add year to time range to engines which support "Last year"
Engines:
 * Bing images
 * Flickr (noapi)
 * Google
 * Google Images
 * Google News
8 years ago
Adam Tauber eb57481450 [fix] google images paging - closes #571 8 years ago
Adam Tauber 350a84520d [fix] time range detection 8 years ago
Noemi Vanyi a7c8d5882c fix pep8 8 years ago
Noemi Vanyi e9a78f1434 add time range search for google images 8 years ago
Adam Tauber 9331fc28a8 [fix] broken google images parsing 8 years ago
Adam Tauber 029291eca1 [fix] remove debug message 9 years ago
Adam Tauber 8b155f78a5 [doc] correct google images docstring 9 years ago
Adam Tauber 439cf0559a [fix] replace the dead google images ajax api with a working one 9 years ago
Adam Tauber 93fd1e4c76 Merge pull request #308 from dalf/versions_upgrade
update versions.cfg to use the current up-to-date packages
9 years ago
Alexandre Flament 4689fe341c update versions.cfg to use the current up-to-date packages 9 years ago
Alexandre Flament 78edc16e66 [enh] reduce the number of http outgoing connections.
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter
9 years ago
Thomas Pointhuber 7ac6361b51 [enh] set google safesearch filter more restictive 10 years ago
Thomas Pointhuber 10666fd7c0 [enh] add safesearch to google_images 10 years ago
Cqoicebordel d5b8005ee1 Google images' unit test 10 years ago
Cqoicebordel 2c15546518 Tiny forgots 10 years ago
Cqoicebordel cb4a3fe598 Add thumbnails in images results
- Modify engines to create/fetch an URL for the thumbnails
- Modify themes to show thumbnails instead of full images.

In Courgette, the result is not very beautiful. Should we change it ?
10 years ago
Thomas Pointhuber a508d540ac [fix] pep8 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
Thomas Pointhuber 144f89bf78 add comments to google-engines 10 years ago
Thomas Pointhuber 6450082987 little fix for google images engine 10 years ago
asciimoo 8b4d445c42 [enh] paging support for google images 11 years ago
asciimoo b2492c94f4 [fix] pep/flake8 compatibility 11 years ago
Dalf e88cf0a0a8 [mod] minor fixes (duckduck_definitions : if a ddg bang is in the query, avoid a useless redirect) 11 years ago
asciimoo f4fdb1e756 [fix] url encoding 11 years ago
asciimoo 74b6be3991 [enh] engine cfg compatibilty 11 years ago
asciimoo 0d6368a092 [fix] skipping empty urls 11 years ago
asciimoo 3a6d3e3377 [enh][mod] using image template rendering 11 years ago
asciimoo 7ce7aaed3d [fix] handling empty resultsets III. 11 years ago
asciimoo 986c8e51a8 [fix] handling empty resultset II. 11 years ago
asciimoo 126682a6ce [fix] handling empty resultset 11 years ago
asciimoo b9cdad9178 [mod] content formatting 11 years ago
asciimoo 4e5624a507 [mod] engine rename 11 years ago