Fix title attribute missing from title link for some items

This commit is contained in:
James Taylor 2018-08-26 00:16:08 -07:00
parent 1e540a2542
commit 97a789f81c

View File

@ -75,7 +75,7 @@ medium_video_item_template = Template('''
<span class="video-duration">$duration</span>
</a>
<a class="title" href="$url">$title</a>
<a class="title" href="$url" title="$title">$title</a>
<div class="stats">$stats</div>