aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/comments.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2021-06-09 15:58:28 -0700
committerJesús <heckyel@hyperbola.info>2021-06-10 12:47:09 -0500
commita9edc54aac43ce37ea6982aeb28c4e0552b6b91d (patch)
tree452f08d0ca80665c7a0c1448814ef1e1f6fa7448 /youtube/templates/comments.html
parent9077596979843dd136ff96fec0d704d097949a34 (diff)
downloadyt-local-a9edc54aac43ce37ea6982aeb28c4e0552b6b91d.tar.lz
yt-local-a9edc54aac43ce37ea6982aeb28c4e0552b6b91d.tar.xz
yt-local-a9edc54aac43ce37ea6982aeb28c4e0552b6b91d.zip
Use extract_approx_int for comment likes
Full digits no longer available Closes #64 Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'youtube/templates/comments.html')
-rw-r--r--youtube/templates/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html
index 7d0ef85..7bd75e5 100644
--- a/youtube/templates/comments.html
+++ b/youtube/templates/comments.html
@@ -21,7 +21,7 @@
<span class="comment-text">{{ common_elements.text_runs(comment['text']) }}</span>
{% endif %}
- <span class="comment-likes">{{ comment['likes_text'] if comment['like_count'] else ''}}</span>
+ <span class="comment-likes">{{ comment['likes_text'] if comment['approx_like_count'] else ''}}</span>
<div class="button-row">
{% if comment['reply_count'] %}
{% if settings.use_comments_js and comment['replies_url'] %}