mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 22:54:55 -04:00
Add support for Deezloader mp3 downloads
This commit is contained in:
parent
9be27dbcb3
commit
4e1599f457
7 changed files with 1229 additions and 1167 deletions
|
@ -153,7 +153,7 @@ def filter_discography(ctx, **kwargs):
|
|||
"-s",
|
||||
"--source",
|
||||
default="qobuz",
|
||||
help="qobuz, tidal, soundcloud, or deezer",
|
||||
help="qobuz, tidal, soundcloud, deezer, or deezloader",
|
||||
)
|
||||
@click.argument("QUERY", nargs=-1)
|
||||
@click.pass_context
|
||||
|
@ -257,7 +257,7 @@ def discover(ctx, **kwargs):
|
|||
@click.option(
|
||||
"-s",
|
||||
"--source",
|
||||
help="Qobuz, Tidal, Deezer, or SoundCloud. Default: Qobuz.",
|
||||
help="Qobuz, Tidal, Deezer, Deezloader, or SoundCloud. Default: Qobuz.",
|
||||
)
|
||||
@click.argument("URL")
|
||||
@click.pass_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue