1.2.1 • Published 10 months ago

audio-downloader v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Audio-downloder

Node.js library for downloading songs from popular music platforms in formats webm, mp3, wav, opus, ogg formats

Installation

npm install audio-downloader

Usage

From Youtube

import AudioDownloder from "audio-downloader";

const audioDownloder = new AudioDownloder();

(async function() {
   try {
    const {audio, stream, headers, options } = await audioDownloder.youtube.getAudioById(/ VideoId /,
    {
      outputFormat: "mp3",
      socks?: "Socks proxy link",
      proxy?: {host: "HOST" port: "PORT", auth?: {username:"", password: ""}}
    });

  } catch (err) {
    console.error(err);
  }
})()
1.2.1

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago