pep8
This commit is contained in:
parent
90f8317b36
commit
58c0ffc38d
@ -308,7 +308,7 @@ def extract_info(video_id, use_invidious, playlist_id=None, index=None):
|
|||||||
|
|
||||||
def video_quality_string(format):
|
def video_quality_string(format):
|
||||||
if format['vcodec']:
|
if format['vcodec']:
|
||||||
result =str(format['width'] or '?') + 'x' + str(format['height'] or '?')
|
result = str(format['width'] or '?') + 'x' + str(format['height'] or '?')
|
||||||
if format['fps']:
|
if format['fps']:
|
||||||
result += ' ' + str(format['fps']) + 'fps'
|
result += ' ' + str(format['fps']) + 'fps'
|
||||||
return result
|
return result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user