mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 08:43:58 +03:00
fix json
This commit is contained in:
parent
cd77aad47c
commit
65f8cec8e2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user