mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +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):
|
||||
assert urls
|
||||
if dry_run:
|
||||
print('Real URLs:\n%s\n' % urls)
|
||||
print('Real URLs:\n%s' % '\n'.join(urls))
|
||||
return
|
||||
|
||||
if player:
|
||||
|
Loading…
Reference in New Issue
Block a user