Skip to content

prateek2211/musiload-go

Repository files navigation

Musiload Build Status

Musiload downloads songs/playlists from famous websites like gaana, hungama, saavn

Just enter the url of song/playlist and musiload does the job for you.

Usage

  • Install directly from release:

    • Grab the binary suitable for your OS here

    • Make the binary executable

$ chmod +x musiload
  • Build from source:

Prerequisite

  • Golang (1.11 or later). You can see the instructions here to download
$ git clone https://github.com/prateek2211/musiload-go.git
$ mkdir bin
$ go build -o bin ./...

Run program and enter the website url of the song

$ .bin/musiload <URL>

The song will be downloaded in the Music directory

Todo

  • Add functionality for other famous websites
  • Convert the program to a web app
  • Add feature to search music from websites