{% extends "layout.html" %} {% set current_page = "home" %} {% set title = "OD-Database - Home" %} {% block body %}

OD-Database

{% if stats and stats["total_size"] %}

{{ stats["total_count"] }} files totalling ~{{ stats["total_size"] | filesizeformat }} from {{ stats["website_count"] }} websites

{% else %}

We are currently experiencing a high volume of traffic. The search function may be unresponsive.

{% endif %}

Search
{% if show_captcha %} {{ captcha.get_code()|safe }} {% endif %}
About

Web frontend and backend by simon987, HTTP crawler by terorie, hosting provided by The eye

Fork me on GitHub {% endblock body %}