From 5d4fac76b1d38fc4c3c6f2bc6b9e929cc8f6c5a0 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Sun, 16 Jan 2022 09:01:12 -0800 Subject: [PATCH] Fix --file option #271 #272 --- rip/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) ]