{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

YTV Downloader

{% csrf_token %} {{ form|crispy }}
{% if title %}

{{ title }}

  • Duration {{ duration }}
  • Views {{ views }}
  • Likes {{ likes }}
  • Dislikes {{ dislikes }}
  • {{ title }}

    {% for stream in streams %} {% endfor %}
    Resolution File Size Extension Download
    {{ stream.resolution }} {{ stream.file_size }} {{ stream.extension }} Download

    Audio Only

    {% for stream in stream_audio %} {% endfor %}
    File Size Extension Download
    {{ stream.file_size }} {{ stream.extension }} Download
    {##} {#

    Video Only

    #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for stream in stream_video %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
    ResolutionFile SizeExtensionDownload
    {{ stream.resolution }}{{ stream.file_size }}{{ stream.extension }}Download
    #} {##}
    {% endif %} {% endblock %}