Merge branch 'develop' of https://github.com/hiberabyss/you-get into hiberabyss-develop

This commit is contained in:
Mort Yao 2018-02-03 18:33:33 +01:00
commit 8d9887c725
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -114,7 +114,7 @@ def qq_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
qieDownload(url, output_dir=output_dir, merge=merge, info_only=info_only)
return
if 'mp.weixin.qq.com/s?' in url:
if 'mp.weixin.qq.com/s' in url:
content = get_content(url)
vids = matchall(content, [r'\?vid=(\w+)'])
for vid in vids: