--- video_id: {{ video_id }} title: {{ title | quote_yaml }} channel: {{ channel_name | quote_yaml }} channel_id: {{ channel_id | default('') }} channel_url: {{ channel_url | default('') }} upload_date: {{ upload_date | default('') }} duration: {{ duration | default(0) }} url: {{ url }} transcript_lang: {{ transcript_lang | default('') }} transcript_src: {{ transcript_src | default('') }} views: {{ view_count | default('') }} likes: {{ like_count | default('') }} tags: {{ tags | to_json if tags else '[]' }} thumbnail: {{ thumbnail | default('') }} --- # {{ title }} > [Ver en YouTube]({{ url }}) {% if description %}{{ description }} --- {% endif %} ## Transcripcion {% for section in sections if section.segments %} ### {{ section.title }} ({{ section.start | format_timestamp }}) {% for seg in section.segments %} **{{ seg.start | format_timestamp }}** ยท {{ seg.text }} {% endfor %} {% endfor %}