diff --git a/you_get/downloader/acfun.py b/you_get/downloader/acfun.py index 488c7f35..975deb18 100644 --- a/you_get/downloader/acfun.py +++ b/you_get/downloader/acfun.py @@ -48,7 +48,7 @@ def acfun_download(url, output_dir = '.', merge = True, info_only = False): assert re.match(r'http://www.acfun.tv/v/ac(\d+)', url) html = get_html(url) - title = r1(r'

]*>([^<>]+)]*>([^<>]+)<', html) assert title title = unescape_html(title) title = escape_file_path(title)