https://github.com/prateek2211/musiload-go
Download songs from any music website
https://github.com/prateek2211/musiload-go
gocolly golang hls scraping
Last synced: about 2 months ago
JSON representation
Download songs from any music website
- Host: GitHub
- URL: https://github.com/prateek2211/musiload-go
- Owner: prateek2211
- License: mit
- Created: 2019-08-24T08:07:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T16:30:11.000Z (about 5 years ago)
- Last Synced: 2024-06-20T11:56:25.104Z (11 months ago)
- Topics: gocolly, golang, hls, scraping
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Musiload [](https://travis-ci.com/prateek2211/musiload-go)
Musiload downloads songs/playlists from famous websites like [gaana](gaana.com), [hungama](www.hungama.com), [saavn](www.jiosaavn.com)
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](https://github.com/prateek2211/musiload-go/releases)* Make the binary executable
```shell script
$ chmod +x musiload
```
* ### Build from source:Prerequisite
* Golang (1.11 or later). You can see the instructions [here](https://golang.org/dl/) to download
```bash
$ 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
```bash
$ .bin/musiload
```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