mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[extractor] use maybe_print for video-profile (fix #982)
This commit is contained in:
parent
bf495b1bed
commit
cc1840f187
@ -90,7 +90,7 @@ class VideoExtractor():
|
|||||||
print(" container: %s" % stream['container'])
|
print(" container: %s" % stream['container'])
|
||||||
|
|
||||||
if 'video_profile' in stream:
|
if 'video_profile' in stream:
|
||||||
print(" video-profile: %s" % stream['video_profile'])
|
maybe_print(" video-profile: %s" % stream['video_profile'])
|
||||||
|
|
||||||
if 'quality' in stream:
|
if 'quality' in stream:
|
||||||
print(" quality: %s" % stream['quality'])
|
print(" quality: %s" % stream['quality'])
|
||||||
|
Loading…
Reference in New Issue
Block a user