feat: support for md5 videoplayback url shortening

md5(url) can be supplied as md5 param to shorten videoplayback url
This commit is contained in:
2025-10-12 18:52:38 +02:00
parent 81fba8c4d0
commit d6cb0fe692
2 changed files with 12 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": {}, "comments": {}}, "channels": {}, "playlists": {}}
general_cache = {"search": [], "continuations": {"channels": {}, "comments": {}}, "channels": {}, "playlists": {}, "hashed_videoplayback": {}}
def getConfig(configfile):