feat: video comments endpoint
This commit is contained in:
@@ -23,7 +23,7 @@ version = "0.0.1"
|
||||
apiVersion = "1"
|
||||
randomly_generated_passcode = 0
|
||||
video_cache = {}
|
||||
general_cache = {"search": [], "continuations": {"channels": {}}, "channels": {}}
|
||||
general_cache = {"search": [], "continuations": {"channels": {}, "comments": {}}, "channels": {}}
|
||||
|
||||
def getConfig(configfile):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user