diff --git a/rip/cli.py b/rip/cli.py index 111b726..d2be5f5 100644 --- a/rip/cli.py +++ b/rip/cli.py @@ -31,7 +31,7 @@ class DownloadCommand(Command): argument( "urls", "One or more Qobuz, Tidal, Deezer, or SoundCloud urls", - optional=False, + optional=True, multiple=True, ) ]