mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +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'])
|
||||
|
||||
if 'video_profile' in stream:
|
||||
print(" video-profile: %s" % stream['video_profile'])
|
||||
maybe_print(" video-profile: %s" % stream['video_profile'])
|
||||
|
||||
if 'quality' in stream:
|
||||
print(" quality: %s" % stream['quality'])
|
||||
|
Loading…
Reference in New Issue
Block a user