From 65f8cec8e2668749a0684afbd1a50c61c4c22761 Mon Sep 17 00:00:00 2001 From: hellsof Date: Tue, 19 Dec 2017 18:53:16 +0800 Subject: [PATCH] fix json --- src/you_get/extractors/le.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractors/le.py b/src/you_get/extractors/le.py index 2cd5f161..19148104 100644 --- a/src/you_get/extractors/le.py +++ b/src/you_get/extractors/le.py @@ -67,7 +67,7 @@ def video_info(vid,**kwargs): else: print("Current Video Supports:") for i in support_stream_id: - print("\t--format",i,"") + # print("\t--format",i,"") if "1080p" in support_stream_id: stream_id = '1080p' elif "720p" in support_stream_id: