Download Options - {{ title }} ({{ year }})

{{ title }} Poster
{% if description %}

{{ description }}

{% endif %} {% if catalog_type == "series" %}

Season: {{ season }}, Episode: {{ episode }}

{% endif %}

🎬 Available Streams

{% if streams %}
{% for stream in streams %}

{{ stream.name }}

{% for line in stream.description.split('\n') %}

{{ line | safe }}

{% endfor %}
{% endfor %}
{% else %}

No download options available.

{% endif %}