From a9edc54aac43ce37ea6982aeb28c4e0552b6b91d Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 9 Jun 2021 15:58:28 -0700 Subject: Use extract_approx_int for comment likes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Full digits no longer available Closes #64 Signed-off-by: Jesús --- youtube/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/templates') 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 @@ {{ common_elements.text_runs(comment['text']) }} {% endif %} - {{ comment['likes_text'] if comment['like_count'] else ''}} + {{ comment['likes_text'] if comment['approx_like_count'] else ''}}
{% if comment['reply_count'] %} {% if settings.use_comments_js and comment['replies_url'] %} -- cgit v1.2.3