mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-06-17 16:44:40 +02:00
feat: download implementation
This commit is contained in:
@@ -41,7 +41,8 @@ func main() {
|
||||
},
|
||||
Action: func(ctx context.Context, cmd *cli.Command) error {
|
||||
song_url := cmd.Args().First()
|
||||
err := app.Download(song_url, outputFolder, service)
|
||||
quality := "LOSSLESS"
|
||||
err := app.Download(song_url, outputFolder, service, quality)
|
||||
return err
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user