Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-05 | Fix bing engine results count (#1387) | Léo Bourrel | |
This PR fixes the result count from bing which was throwing an (hidden) error and add a validation to avoid reading more results than avalaible. For example : If there is 100 results from some search and we try to get results from 120 to 130, Bing will send back the results from 0 to 10 and no error. If we compare results count with the first parameter of the request we can avoid this "invalid" results. | |||
2019-08-05 | [fix] bing engine | Dalf | |
before this commit, sometimes there are no results use a generic user-agent instead of one with the OS "Windows NT 6.3; WOW64" | |||
2019-08-05 | [fix] fdroid engine | Dalf | |
2019-08-05 | [fix] dictzone engine | Dalf | |
2019-08-05 | [fix] arxiv engine | Dalf | |
2019-08-02 | [fix] fix flickr_noapi decoding (#1655) | Alexandre Flament | |
Characters that were not ASCII were incorrectly decoded. Add an helper function: searx.utils.ecma_unescape (Python implementation of unescape Javascript function). | |||
2019-08-02 | [enh] add invidious engine. (#1657) | cy8aer | |
closes #1372 | |||
2019-07-31 | [fix] youtube_noapi engine: fix the title | Dalf | |
2019-07-31 | [fix] google_videos engine: some results don't a thumbnail | Dalf | |
2019-07-31 | [fix] dailymotion engine: remove HTML tags from the description | Dalf | |
2019-07-29 | [fix] wikidata engine: faster processing, remove one HTTP redirection. | Dalf | |
* Search URL is https://www.wikidata.org/w/index.php?{query}&ns0=1 (with ns0=1 at the end to avoid an HTTP redirection) * url_detail: remove the disabletidy=1 deprecated parameter * Add eval_xpath function: compile once for all xpath. * Add get_id_cache: retrieve all HTML with an id, avoid the slow to procress dynamic xpath '//div[@id="{propertyid}"]'.replace('{propertyid}') * Create an etree.HTMLParser() instead of using the global one (see #1575) | |||
2019-07-28 | [enh] flickr_noapi: use complete JSON data block, add 'content', ↵ | Frank de Lange | |
'img_format', 'source', etc. (#1571) Fetch complete JSON data block, use legend to extract images. Unquote urlencoded strings. Add image description as 'content'. Add 'img_format' and 'source' data (needs PR #1567 to enable this data to be displayed). Show images which lack ownerid instead of discarding them. | |||
2019-07-27 | [fix] bing_videos (#1579) | Frank de Lange | |
use JSON where possible, compose 'content' using all available data, use correct 'url' (direct to source instead of redirect through bing) | |||
2019-07-27 | [fix] make sure then engine name is lower case | Dalf | |
Minor fix: "%s engine initialized" display the right engine name | |||
2019-07-27 | [enh] bing_images: use data from embedded JSON to improve results (e.g. real ↵ | Frank de Lange | |
page title) (#1568) use data from embedded JSON to improve results (e.g. real page title), add image format and source info (see PR #1567), improve paging logic (it now works) | |||
2019-07-25 | [fix] fixes google play engines (#1651) | Alexandre Flament | |
update commit 87baa74a863ac74ae4c86bbfcb04148ba7f70696 | |||
2019-07-25 | [mod] restore btdigg engine as btdig.com (#1515) | volth | |
2019-07-25 | [fix] fix duden engine (#1594) | rachmadani haryono | |
2019-07-25 | [fix] fixes google play engines and adds thumbnails to their results (#1612) | Venca24 | |
fix google play apps, google play apps, google play music engines xpath engine: thumbnail_xpath can define an optional thumbnail | |||
2019-07-19 | [fix] fix soundcloud engine, speed up searx start time | Dalf | |
2019-07-13 | embedded iframe (youtube, dailymotion, vimeo): use https | Dalf | |
2019-05-29 | [fix] Force Google old UI (#1597) | Emilien Devos | |
2019-05-28 | Use 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-28 | Remove some engines : subtitleseeker, seedpeer, swisscows | Dalf | |
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-14 | Merge branch 'master' into ne/fix-google-image-search | Alexandre Flament | |
2019-04-14 | Fix google image search | Nick 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 requests | Marc Abonce Seguin | |
2019-03-26 | [fix] get youtube results from js object | Marc 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 engine | Jonas Zohren | |
2019-01-28 | Remove asksteem | Léo Bourrel | |
2019-01-14 | Merge branch 'master' into engines/unsplash | d-tux | |
2019-01-08 | [fix] unicode error with WolframAlpha API engine | Marc Abonce Seguin | |
2019-01-08 | Merge branch 'master' into engines/unsplash | d-tux | |
2019-01-07 | fix after rebase | Noémi Ványi | |
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2019-01-06 | [fix] fetch google's supported languages | Marc Abonce Seguin | |
2019-01-06 | [fix] always set langauge_aliases even if it's empty | Marc Abonce Seguin | |
2019-01-06 | [fix] check language aliases when setting search language | Marc Abonce Seguin | |
2019-01-05 | [mod] google videos | Venca24 | |
2019-01-04 | Merge branch 'master' into devel_google_videos | Noémi Ványi | |
2019-01-04 | Merge branch 'master' into master | Noémi Ványi | |
2019-01-04 | Merge branch 'master' into bugfix_startpage | Noémi Ványi | |
2019-01-04 | [FIX] google videos thumbnails | Venca24 | |
2018-12-19 | Update bing image engine with new image json format | Léo Bourrel | |
2018-12-14 | restore startpage search results | Michael Pfitzner | |
2018-12-14 | Merge branch 'master' into engines/unsplash | d-tux | |
2018-12-11 | update startpage.py | dimqua | |
2018-12-02 | remove findx engine (#1452) | dimqua | |
2018-11-22 | [fix] google videos engine | Venca24 | |
2018-10-08 | Removes what looks like tracking parameters | Denis Wernert | |