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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user