mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +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):
|
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