summaryrefslogtreecommitdiff
path: root/searx/engines/deezer.py
AgeCommit message (Collapse)Author
2015-01-05Remove printCqoicebordel
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).