← Back
{% if thumbnail %}
{% endif %}
{{ title }}
Your browser does not support video playback.
{% if description %}
Description
{{ description }}
{% endif %}
Video Information
{% if uploader %}
Uploader
{{ uploader }}
{% endif %} {% if channel %}
Channel
{{ channel }}
{% endif %} {% if duration_string %}
Duration
{{ duration_string }}
{% endif %} {% if upload_date %}
Upload Date
{{ upload_date }}
{% endif %} {% if view_count %}
Views
{{ "{:,}".format(view_count) }}
{% endif %} {% if like_count %}
Likes
{{ "{:,}".format(like_count) }}
{% endif %} {% if comment_count %}
Comments
{{ "{:,}".format(comment_count) }}
{% endif %} {% if categories %}
Categories
{% for cat in categories %}{{ cat }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if language %}
Language
{{ language }}
{% endif %} {% if extractor %}
Source
{{ extractor }}
{% endif %} {% if resolution %}
Resolution
{{ resolution }}
{% endif %} {% if format %}
Format
{{ format }}{% if format_note %} ({{ format_note }}){% endif %}
{% endif %} {% if filesize_approx %}
Size (approx)
{{ filesize_approx }}
{% endif %}
{% if tags %}
Tags
{% for tag in tags %}
{{ tag }}
{% endfor %}
{% endif %} {% if hls_url %}
Stream URLs
HLS URL
{{ hls_url[:200] }}{% if hls_url|length > 200 %}...{% endif %}
{% if direct_url %}
Direct URL
{{ direct_url[:200] }}{% if direct_url|length > 200 %}...{% endif %}
{% endif %}
{% endif %}