summaryrefslogtreecommitdiff
path: root/searx/engines/youtube.py
AgeCommit message (Collapse)Author
2015-09-08[fix] remove obsolete youtube engineAdam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-01-26Youtube's unit testCqoicebordel
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).
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-10-26Merge https://github.com/asciimoo/searx into template_oscarThomas Pointhuber
Conflicts: searx/translations/de/LC_MESSAGES/messages.po searx/translations/en/LC_MESSAGES/messages.po searx/translations/es/LC_MESSAGES/messages.po searx/translations/fr/LC_MESSAGES/messages.po searx/translations/hu/LC_MESSAGES/messages.po searx/translations/it/LC_MESSAGES/messages.po searx/translations/nl/LC_MESSAGES/messages.po searx/webapp.py
2014-10-13Search Music also on YouTubekernc
YouTube hosts a lot of music and should be enabled for Music search by default.
2014-10-05oscar template: implement first version of results pageThomas Pointhuber
* implement results page * improve search form template * implement all result_templates * fix youtube engine
2014-09-02fix youtube engine and add commentsThomas Pointhuber
* add language-support * decrease search-results/site to 5 * add comments
2014-03-18[fix] remove unused imports ++ pep8Adam Tauber
2014-03-18simplify datetime extractionThomas Pointhuber
2014-02-11[mod] len() removed from conditionsasciimoo
2014-02-05Improves PEP8 compatibility.Gabor Nagy
2014-01-30[enh] paging support for youtubeasciimoo
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
2013-11-02[enh] clickable youtube thumbnailasciimoo
2013-10-23[enh] engine cfg compatibiltyasciimoo
2013-10-22[enh] thumbnails to youtube video resultsasciimoo
2013-10-19[enh] youtube engine addedasciimoo