diff --git a/ythdd_inv_tl.py b/ythdd_inv_tl.py index f420c5f..dd473b6 100644 --- a/ythdd_inv_tl.py +++ b/ythdd_inv_tl.py @@ -785,6 +785,8 @@ def channels(data, req, only_json: bool = False): return get_channel_tab( data[4], data[3], req) case "live": return get_channel_tab("streams", data[3], req) + case "latest": + return get_channel_tab( "videos", data[3], req) case _: return send(400, {"error": f"Bad request, unrecognized/unsupported tab \"{data[4]}\"."})