← Terug
{% if error %}
Fout:
{{ error }}
{% endif %}
Scrape Resultaat
{% if book %}
Titel: {{ book.title }}
Auteur: {{ book.author }}
{% if book.description %}
Beschrijving:
{{ book.description }}
{% endif %}
Aantal chapters: {{ book.chapters|length }}
{% if book.chapters %}
{% endif %} {% if download_job_id %}
Download pipeline gestart!
Job ID: {{ download_job_id }}
{% endif %} {% endif %}