summaryrefslogtreecommitdiff
path: root/searx/engines/vimeo.py
AgeCommit message (Collapse)Author
2024-05-29[enh] add re-usable func to filter textAllen
2022-02-18[mod] templates: rename field for <iframe> URL to iframe_srcMarkus 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_srcMarkus 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 codeMarkus 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 variableAlexandre Flament
move meta information from comment to the about variable so the preferences, the documentation can show these information
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-07-13embedded iframe (youtube, dailymotion, vimeo): use httpsDalf
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-11[fix] vimeo engine change follow-upAdam Tauber
2015-06-12Fix Vimeo engine.Cqoicebordel
Solve #368
2015-04-26engines: use https when possibleAlexandre Flament
2015-01-31Vimeo's unit testCqoicebordel
2015-01-07Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx ↵Adam Tauber
into Cqoicebordel-integrated-videos Conflicts: searx/engines/vimeo.py
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
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-03Few fixes on VimeoCqoicebordel
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-01fix vimeo engine and add commentsThomas Pointhuber
engine generate (Error: None), I don't know why
2014-03-24[fix] importAdam Tauber
2014-03-18[fix] remove unused imports ++ pep8Adam Tauber
2014-03-18extract publishDate from vimeoThomas Pointhuber
2014-02-05Improves PEP8 compatibility.Gabor Nagy
2014-01-20[fix] pep/flake8 compatibilityasciimoo
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 modsasciimoo
2014-01-06[enh] Improved vimeo search engines, and add the configuration in the samplepw3t
2014-01-05[enh] 1st version of vimeo search engine (need improvments)pw3t