mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
feat: add filename extension and verbose flag
This commit is contained in:
@@ -33,6 +33,8 @@ type LinkByPlatform struct {
|
||||
func (app *App) ConvertSongUrl(url string) (SongLinkResponse, error) {
|
||||
var result SongLinkResponse
|
||||
|
||||
app.log("Searching " + url)
|
||||
|
||||
rawResponse, err := http.Get(SONGLINK_API_BASE_URL + url)
|
||||
if err != nil {
|
||||
return result, err
|
||||
|
||||
Reference in New Issue
Block a user