{% extends 'layout/base.html' %} {% comment %} {% endcomment %} {% block content %}
{% csrf_token %}
{% for job in jobs %} {% endfor %}
# Url Type Tags Results Status

URL *

URL to parse / crawl

(eg. https://black-widow.io)

Type *

Single Page / Website Crawling
{% for type in types %}
{% endfor %}

Cookies

Paste the cookies to use (if necessary)

(eg. PHPSESSID=cthocsqs8233jk4043b0lc89l3; security_level=0)

Tags *

What do you want to parse ?
{% for tag in tags %}
{% endfor %}
{% endblock %} {% block script %} {% endblock %}