feat: channel browsing and code overhaul

a lot of code responsible for parsing data into invidious-compatible
structures has been moved to the ythdd_struct_parser file
This commit is contained in:
2025-09-12 03:48:57 +02:00
parent 256d21bbcd
commit 96c1b5396e
3 changed files with 592 additions and 252 deletions

View File

@@ -23,7 +23,7 @@ version = "0.0.1"
apiVersion = "1"
randomly_generated_passcode = 0
video_cache = {}
general_cache = {"search": []}
general_cache = {"search": [], "continuations": {"channels": {}}, "channels": {}}
def getConfig(configfile):