Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-29 | [enh] add re-usable func to filter text | Allen | |
2022-02-18 | [mod] templates: rename field for <iframe> URL to iframe_src | Markus Heiser | |
Rename result field data_src to iframe_src Suggested-by: @dalf https://github.com/searxng/searxng/pull/882#issuecomment-1037997402 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-02-13 | [mod] result_templates/videos.html: replace embedded HTML by data_src | Markus Heiser | |
Embedded HTML breaks SearXNG architecture. To modularize, HTML is generated in the templates (oscar & simple) and result parameter 'embedded' is replaced by 'data_src', an URL for embedded content (<iframe>). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black 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 | |
2019-07-13 | embedded iframe (youtube, dailymotion, vimeo): use https | Dalf | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-11 | [fix] vimeo engine change follow-up | Adam Tauber | |
2015-06-12 | Fix Vimeo engine. | Cqoicebordel | |
Solve #368 | |||
2015-04-26 | engines: use https when possible | Alexandre Flament | |
2015-01-31 | Vimeo's unit test | Cqoicebordel | |
2015-01-07 | Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵ | Adam Tauber | |
into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py | |||
2015-01-05 | Integrated media in results + Deezer Engine | Cqoicebordel | |
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key). | |||
2015-01-03 | Few fixes on Vimeo | Cqoicebordel | |
Change URL from https to http Change way of handling text xpath | |||
2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
2014-09-01 | fix vimeo engine and add comments | Thomas Pointhuber | |
engine generate (Error: None), I don't know why | |||
2014-03-24 | [fix] import | Adam Tauber | |
2014-03-18 | [fix] remove unused imports ++ pep8 | Adam Tauber | |
2014-03-18 | extract publishDate from vimeo | Thomas Pointhuber | |
2014-02-05 | Improves PEP8 compatibility. | Gabor Nagy | |
2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
2014-01-16 | [ehn] Add a 'featured result feature'm putting on top of the reasults ddg ↵ | pw3t | |
definitions and wikipedia (ugly html / css) [ehn] Add a templates for videos, so the thumbnails all have the same side | |||
2014-01-11 | [mod] vimeo engine mods | asciimoo | |
2014-01-06 | [enh] Improved vimeo search engines, and add the configuration in the sample | pw3t | |
2014-01-05 | [enh] 1st version of vimeo search engine (need improvments) | pw3t | |