From 2687cc2bdc875f9571bb9f8421ed38482e024f88 Mon Sep 17 00:00:00 2001 From: sherl Date: Fri, 21 Nov 2025 10:15:37 +0100 Subject: [PATCH] hotfix: fix typo --- ythdd_inv_tl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ythdd_inv_tl.py b/ythdd_inv_tl.py index 486bcd1..9b5f4ef 100644 --- a/ythdd_inv_tl.py +++ b/ythdd_inv_tl.py @@ -304,7 +304,7 @@ def videos(data): for audiovideo_stream in wdata_streams["adaptiveFormats"]: if not "isVb" in audiovideo_stream and not "isDrc" in audiovideo_stream: # skip DRC and VB formats - initial_astreams_w[audiovideo_stream["itag"]] = video_stream + initial_astreams_w[audiovideo_stream["itag"]] = audiovideo_stream for itag in initial_astreams_y: if itag in initial_astreams_w: