This commit is contained in:
hellsof 2017-12-19 18:53:16 +08:00
parent cd77aad47c
commit 65f8cec8e2

View File

@ -67,7 +67,7 @@ def video_info(vid,**kwargs):
else: else:
print("Current Video Supports:") print("Current Video Supports:")
for i in support_stream_id: for i in support_stream_id:
print("\t--format",i,"<URL>") # print("\t--format",i,"<URL>")
if "1080p" in support_stream_id: if "1080p" in support_stream_id:
stream_id = '1080p' stream_id = '1080p'
elif "720p" in support_stream_id: elif "720p" in support_stream_id: