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 --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.py') diff --git a/server.py b/server.py index 319a140..a7a3fc8 100644 --- a/server.py +++ b/server.py @@ -7,7 +7,7 @@ from youtube import yt_app from youtube import util # these are just so the files get run - they import yt_app and add routes to it -from youtube import watch, search, playlist, channel, local_playlist, comments, post_comment, subscriptions +from youtube import watch, search, playlist, channel, local_playlist, comments, subscriptions import settings -- cgit v1.2.3