mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 20:52:31 +03:00
缩进问题
This commit is contained in:
parent
b5ea034a5e
commit
3165aaf950
@ -279,7 +279,7 @@ def qq_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
|
|||||||
# title = match1(content, r'"title":"([^"]+)"') if not title else title
|
# title = match1(content, r'"title":"([^"]+)"') if not title else title
|
||||||
# title = vid if not title else title # general fallback
|
# title = vid if not title else title # general fallback
|
||||||
|
|
||||||
site.download_by_vid(vid=vid, output_dir=output_dir, merge=merge, info_only=info_only, **kwargs)
|
site.download_by_vid(vid=vid, output_dir=output_dir, merge=merge, info_only=info_only, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
qq_download_by_vid = site.download_by_vid
|
qq_download_by_vid = site.download_by_vid
|
||||||
|
Loading…
Reference in New Issue
Block a user