1.2.0 • Published 5 years ago

@ipmanlk/rem-track-hunter v1.2.0

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

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago