1.2.0 • Published 6 years ago

@ipmanlk/rem-track-hunter v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago