musiload

package module
v0.0.0-...-e322de9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2020 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

Index

Constants

View Source
const HostnameGaana = "gaana.com"
View Source
const HostnameHungama = "www.hungama.com"
View Source
const HostnameSaavn = "www.jiosaavn.com"

Variables

This section is empty.

Functions

This section is empty.

Types

type Downloader

type Downloader interface {
	Download() error
}

func NewDownloader

func NewDownloader(url url.URL) Downloader

Directories

Path Synopsis
cmd
platforms

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL