From d3230e8daf6af80f397ec41df2b8a3872b5b9483 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 21 Oct 2020 19:58:31 -0700 Subject: Remove commenting system. Because: - Actually using it will result in comments being shadowbanned, even those posted from Youtube's interfacs, because your account gets downranked since no analytics are present so it looks like a bot posting the comment. - It's been broken for awhile --- youtube/templates/comments.html | 24 +-------------- youtube/templates/comments_page.html | 3 -- youtube/templates/delete_comment.html | 21 ------------- youtube/templates/login.html | 57 ----------------------------------- youtube/templates/post_comment.html | 20 ------------ 5 files changed, 1 insertion(+), 124 deletions(-) delete mode 100644 youtube/templates/delete_comment.html delete mode 100644 youtube/templates/login.html delete mode 100644 youtube/templates/post_comment.html (limited to 'youtube/templates') diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html index 32a67ad..8780e37 100644 --- a/youtube/templates/comments.html +++ b/youtube/templates/comments.html @@ -28,12 +28,9 @@ Open in new tab
loading..
- {% else %} + {% elif comment['reply_count'] %} {{ comment['view_replies_text'] }} {% endif %} - {% if 'delete_url' is in comment %} - Delete - {% endif %} @@ -56,25 +53,6 @@ {% endif %} {% endmacro %} -{% macro comment_posting_box(info) %} -
-
- - - Add account -
- - {% if info['include_video_id_input'] %} - - {% endif %} - -
-{% endmacro %} - diff --git a/youtube/templates/comments_page.html b/youtube/templates/comments_page.html index 269ac83..2d914af 100644 --- a/youtube/templates/comments_page.html +++ b/youtube/templates/comments_page.html @@ -27,9 +27,6 @@ {% endif %} - {% if not slim %} - {{ comments.comment_posting_box(comment_posting_box_info) }} - {% endif %} {% if not comments_info['is_replies'] %}