mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 04:02:28 +03:00
Merge branch 'zmwangx-develop' into develop
This commit is contained in:
commit
49f1740dbe
2
src/you_get/common.py
Normal file → Executable file
2
src/you_get/common.py
Normal file → Executable file
@ -478,7 +478,7 @@ class DummyProgressBar:
|
|||||||
def download_urls(urls, title, ext, total_size, output_dir='.', refer=None, merge=True, faker=False):
|
def download_urls(urls, title, ext, total_size, output_dir='.', refer=None, merge=True, faker=False):
|
||||||
assert urls
|
assert urls
|
||||||
if dry_run:
|
if dry_run:
|
||||||
print('Real URLs:\n%s\n' % urls)
|
print('Real URLs:\n%s' % '\n'.join(urls))
|
||||||
return
|
return
|
||||||
|
|
||||||
if player:
|
if player:
|
||||||
|
Loading…
Reference in New Issue
Block a user