mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
Mixcloud: fix file extension issue
This commit is contained in:
parent
810be80d39
commit
4c5a2540ea
@ -21,7 +21,7 @@ def mixcloud_download(url, output_dir = '.', merge = True, info_only = False):
|
||||
|
||||
print_info(site_info, title, type, size)
|
||||
if not info_only:
|
||||
download_urls([url], title, type, size, output_dir, merge = merge)
|
||||
download_urls([url], title, ext, size, output_dir, merge = merge)
|
||||
|
||||
site_info = "Mixcloud.com"
|
||||
download = mixcloud_download
|
||||
|
Loading…
Reference in New Issue
Block a user