mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 21:59:33 +00:00
#409:Ability to visit source URL for preview from download queue (#422)
This commit is contained in:
committed by
GitHub
parent
f8b0977a7f
commit
2acaeb34db
@@ -90,7 +90,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<span>{{ video.source.channel_name }}</span>
|
<span>{{ video.source.channel_name }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h3>{{ video.source.title }}</h3>
|
<a href="https://www.youtube.com/watch?v={{ video.source.youtube_id }}" target="_blank"><h3>{{ video.source.title }}</h3></a>
|
||||||
</div>
|
</div>
|
||||||
<p>Published: {{ video.source.published }} | Duration: {{ video.source.duration }} | {{ video.source.youtube_id }}</p>
|
<p>Published: {{ video.source.published }} | Duration: {{ video.source.duration }} | {{ video.source.youtube_id }}</p>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user