mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 12:23:19 +00:00
flake8 check
This commit is contained in:
parent
e2ae76e84c
commit
4b9a54b464
|
@ -1270,7 +1270,7 @@ def extract_all(pattern):
|
|||
|
||||
def parse_model(model):
|
||||
'''Extract single video from model structure'''
|
||||
if(type(model) == list):
|
||||
if isinstance(model, list):
|
||||
model = model[0]
|
||||
item_id = traverse_obj(model, ('versions', 0, 'versionId', {str}))
|
||||
if not item_id:
|
||||
|
|
Loading…
Reference in a new issue