mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
Merge branch 'develop' of https://github.com/zmwangx/you-get into zmwangx-develop
- Close #485
This commit is contained in:
commit
96e4e2c722
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