mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
fix #28, iambus/youku-lixian#49: tudou
This commit is contained in:
parent
57b0f54126
commit
7610ca1ac8
@ -35,7 +35,7 @@ def tudou_download(url, output_dir = '.', merge = True, info_only = False):
|
||||
tudou_download_playlist(url, output_dir, merge, info_only)
|
||||
return
|
||||
|
||||
title = r1(r'kw\s*[:=]\s*"([^"]+)"', html)
|
||||
title = r1(r'kw\s*[:=]\s*\'([^\']+)\'', html)
|
||||
assert title
|
||||
title = unescape_html(title)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user