hotfix: fix typo

This commit is contained in:
2025-11-21 10:15:37 +01:00
parent 4a9d59c9b4
commit 2687cc2bdc

View File

@@ -304,7 +304,7 @@ def videos(data):
for audiovideo_stream in wdata_streams["adaptiveFormats"]: for audiovideo_stream in wdata_streams["adaptiveFormats"]:
if not "isVb" in audiovideo_stream and not "isDrc" in audiovideo_stream: if not "isVb" in audiovideo_stream and not "isDrc" in audiovideo_stream:
# skip DRC and VB formats # 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: for itag in initial_astreams_y:
if itag in initial_astreams_w: if itag in initial_astreams_w: