feat: video comments endpoint

This commit is contained in:
2025-09-14 07:02:22 +02:00
parent d0d2298186
commit ef177f7200
4 changed files with 193 additions and 3 deletions

View File

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