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

YTV Downloader

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

{{ title }}

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

Video Only

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

Audio Only

#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for stream in stream_audio %}#} {# #} {# #} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
File SizeExtensionDownload
{{ stream.file_size }}{{ stream.extension }}Download
#}
{% endif %} {% endblock %}