summaryrefslogtreecommitdiff
path: root/searx/templates/result_templates/videos.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/result_templates/videos.html')
-rw-r--r--searx/templates/result_templates/videos.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/searx/templates/result_templates/videos.html b/searx/templates/result_templates/videos.html
deleted file mode 100644
index ab869a6eb..000000000
--- a/searx/templates/result_templates/videos.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<div class="result">
- {% if result['favicon'] %}
- <img width="14" height="14" class="favicon" src="static/img/icon_{{result['favicon']}}.ico" />
- {% endif %}
-
- <p>
- <h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
- {% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %}
- <a href="{{ result.url }}"><img width="400px" src="{{ result.thumbnail }}" title={{ result.title }} alt=" {{ result.title }}"/></a>
- <p class="url">{{ result.url }}</p>
- </p>
-</div>