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
This commit is contained in:
James Taylor
2020-10-21 19:58:31 -07:00
parent 8b54a5f3aa
commit d3230e8daf
9 changed files with 5 additions and 664 deletions

View File

@@ -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