mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-14 12:15:23 +00:00
cleanup
Authored by: bashonly
This commit is contained in:
@@ -1818,8 +1818,7 @@ class InfoExtractor:
|
||||
if isinstance(element, list) and element and isinstance(element[0], str):
|
||||
if element[0] in ('ShallowReactive', 'Reactive', 'ShallowRef', 'Ref'):
|
||||
stack.append((target, index, element[1]))
|
||||
continue
|
||||
if element[0] == 'Map':
|
||||
elif element[0] == 'Map':
|
||||
target[index] = {}
|
||||
elif element[0] == 'Set':
|
||||
target[index] = []
|
||||
|
||||
Reference in New Issue
Block a user