mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
Fix zhihu extractor comment: ld
This commit is contained in:
parent
437b090133
commit
424b555500
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user