{% extends "base.html" %} {% block content %}

AniWorld Downloader

{# Every site can be switched off in the settings. The first one still standing is the one the page opens on, see home.js. #} {% if sites.aniworld %} {% endif %} {% if sites.sto %} {% endif %} {% if sites.burningseries %} {% endif %} {% if sites.megakino %} {% endif %} {% if sites.cineby %} {% endif %} {% if sites.kinox %} {% endif %} {% if sites.filmpalast %} {% endif %} {% if sites.htv %} {% endif %} {% if sites.mangafire %} {% endif %}
Searching...
{% if sites.aniworld %}

New Animes

{% endif %} {% if sites.aniworld %}

Popular Animes

{% endif %} {% if sites.sto %}

New Series

{% endif %} {% if sites.sto %}

Popular Series

{% endif %} {% if sites.megakino %}

Popular Movies

{% endif %} {% if sites.kinox %}

New Movies

{% endif %} {% if sites.filmpalast %}

New Movies

{% endif %} {% if sites.burningseries %}

Recently Updated

{% endif %} {% if sites.cineby %}

Trending Movies

{% endif %} {% if sites.mangafire %}

Trending Manga

{% endif %} {% if sites.htv %}

Trending

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}