Fix zhihu extractor comment: ld

This commit is contained in:
Zhengyang Song 2021-11-14 23:00:32 +08:00
parent 437b090133
commit 424b555500

View File

@ -31,8 +31,8 @@ def zhihu_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
play_list = video_info["playlist"] play_list = video_info["playlist"]
# first High Definition # first High Definition
# second Second Standard Definition # second Standard Definition
# third ld. What is ld ? # third Low Definition
# finally continue # finally continue
data = play_list.get("hd", play_list.get("sd", play_list.get("ld", None))) data = play_list.get("hd", play_list.get("sd", play_list.get("ld", None)))
if not data: if not data: