Skip to content

Commit

Permalink
Update summary template to include video ID in link format
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish Surath committed Jan 9, 2025
1 parent b914083 commit dd2d87f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{% block content %}
<h1>{{ title }}</h1>
<p>Channel: {{ channel_id }}</p>
<p>Video ID: {{ video_id }} <a href="https://www.youtube.com/watch?v={{ video_id }}" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg></a></p>

<p>Video ID: <a href="https://www.youtube.com/watch?v={{ video_id }}" target="_blank">{{ video_id }}<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg></a></p>
<p>Method: {{ method }}</p>
<p>Uploaded on: {{ upload_date }}</p>

Expand Down

0 comments on commit dd2d87f

Please sign in to comment.