mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
exit 0 when called with no arguments
This commit is contained in:
parent
b1a059d061
commit
125100dd11
@ -656,7 +656,7 @@ def script_main(script_name, download, download_playlist = None):
|
||||
sys.exit(1)
|
||||
if not args:
|
||||
print(help)
|
||||
sys.exit(1)
|
||||
sys.exit()
|
||||
|
||||
set_http_proxy(proxy)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user