| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-10-07 | [mod] piped: always show video length if available | Bnyro | |
| 2023-09-18 | [fix] spelling | jazzzooo | |
| 2023-09-13 | [fix] engine - piped.music incorrect timestamps | jazzzooo | |
| 2023-08-03 | [fix] engine piped: 'invalid content' | Markus Heiser | |
| SearXNG does not allow a None value in the content field of a result item. If the key (shortDescription, uploaderName) in the JSON response from piped exists but is set to None, SearXNG ignores this result item:: DEBUG searx : result: invalid content: { .., 'content': None, ..} Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-08-03 | [mod] engine piped: add paging support | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-08-03 | [mod] engine piped: split into two dedicated engiens for video & music | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-08-03 | [doc] engine piped: add documentation to docs/dev/engines/online/ | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-08-03 | [feat] engine: implementation of Piped | Bnyro | |