{% extends 'base.html' %} {% block title %}logs{% endblock %} {% block head %} {% endblock %} {% block body %}

Directory listing for /logs/{% if project %}{{ project }}/{% endif %}{% if spider %}{{ spider }}/{% endif %}

« Back Forward »
{% if project and spider %} {% endif %} {% for row in rows %} {% if project %} {% else %} {% endif %} {% if spider %} {% elif project %} {% else %} {% endif %} {% if project and spider %} {% endif %} {% endfor %}
Filename Project SpiderUTF8 StatsSize Content type Content encoding
{{ row['filename']|safe }}{{ project }}{{ row['filename']|regex_replace('(.*?)/', '\\1') }}{{ spider }}{{ row['filename']|regex_replace('(.*?)/', '\\1') }}UTF8 Stats{{ row['size'] }} {{ row['content_type'] }} {{ row['content_encoding'] }}
{% if project and spider and rows %}
{% if SCRAPYD_SERVERS|length > 1 %} multinode {% endif %} RUN SPIDER {{ spider }}
{% endif %}
{% endblock %}