1.2.0 • Published 4 years ago

@ipmanlk/rem-track-hunter v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

rem-track-hunter

Library used in Rem Bot to extract tracks from Youtube, Spotify and Themes.moe URLs.

Installation

npm i @ipmanlk/rem-track-hunter

Usage

const { getTracks } = require("@ipmanlk/rem-track-hunter");

getTracks("https://youtu.be/4t__wczfpRI").then(tracks => {
  console.log(tracks);
}).catch(e => {
  console.log(e);
});

getTracks("Naruto", {type: "themes.moe"}).then(tracks => {
  console.log(tracks);
}).catch(e => {
  console.log(e);
});

Docs

View Docs

1.2.0

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago