| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-25 | [fix] unsplash engine - 'searx:result: invalid title:' | Markus Heiser | |
| - Use result 'alt_description' as title, if not given use default title 'unknown'. - Use result 'description' from unsplash as 'content' Fix error:: DEBUG:searx:result: invalid title: {..., 'title': None, 'content': '', 'engine': 'unsplash'} Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-05-25 | [pylint] searx/engines/unsplash.py, add logger & norm indentation | Markus Heiser | |
| - fix messages from pylint - add logger and log request URL - normalized various indentation Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
| move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2018-10-08 | Removes what looks like tracking parameters | Denis Wernert | |
| 2018-10-08 | Uses the raw url for the image result, rather than the full | Denis Wernert | |
| size result. | |||
| 2018-10-08 | Adds the Unsplash image engine | Denis Wernert | |