feat: playlist browsing
pagination still needs refinement for some of the clients. on another note, this is an anniversary commit, as ythdd turns 1 year today.
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": {}, "comments": {}}, "channels": {}}
|
||||
general_cache = {"search": [], "continuations": {"channels": {}, "comments": {}}, "channels": {}, "playlists": {}}
|
||||
|
||||
def getConfig(configfile):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user