1
0
Fork 0
mirror of https://github.com/nathom/streamrip.git synced 2025-05-31 07:18:26 -04:00

Fix --file option

This commit is contained in:
Nathan Thomas 2022-01-16 09:01:12 -08:00
parent c306cdc8c6
commit 5d4fac76b1

View file

@ -31,7 +31,7 @@ class DownloadCommand(Command):
argument(
"urls",
"One or more Qobuz, Tidal, Deezer, or SoundCloud urls",
optional=False,
optional=True,
multiple=True,
)
]