From 424b555500e65da0533d369a80562bb93907ec9a Mon Sep 17 00:00:00 2001 From: Zhengyang Song Date: Sun, 14 Nov 2021 23:00:32 +0800 Subject: [PATCH] Fix zhihu extractor comment: ld --- src/you_get/extractors/zhihu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/you_get/extractors/zhihu.py b/src/you_get/extractors/zhihu.py index 64f81423..1dceef53 100644 --- a/src/you_get/extractors/zhihu.py +++ b/src/you_get/extractors/zhihu.py @@ -31,8 +31,8 @@ def zhihu_download(url, output_dir='.', merge=True, info_only=False, **kwargs): play_list = video_info["playlist"] # first High Definition - # second Second Standard Definition - # third ld. What is ld ? + # second Standard Definition + # third Low Definition # finally continue data = play_list.get("hd", play_list.get("sd", play_list.get("ld", None))) if not data: