@ipmanlk/rem-track-hunter
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ipmanlk/rem-track-hunter

Weekly Downloads

11

Version

1.2.0

License

MIT

Unpacked Size

71.2 kB

Total Files

40

Last publish

Collaborators

  • ipmanlk