mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
fix issue #1
This commit is contained in:
parent
9028df6e39
commit
025119f5fe
@ -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