hotfix: fix typo
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user