UNPKG

spottydl

Version:

NodeJS Spotify Downloader without any API Keys or Authentication

16 lines (15 loc) 1.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkType = exports.checkPath = exports.retryDownload = exports.downloadPlaylist = exports.downloadTrack = exports.downloadAlbum = exports.getPlaylist = exports.getTrack = exports.getAlbum = void 0; var Info_1 = require("./Info"); Object.defineProperty(exports, "getAlbum", { enumerable: true, get: function () { return Info_1.getAlbum; } }); Object.defineProperty(exports, "getTrack", { enumerable: true, get: function () { return Info_1.getTrack; } }); Object.defineProperty(exports, "getPlaylist", { enumerable: true, get: function () { return Info_1.getPlaylist; } }); var Download_1 = require("./Download"); Object.defineProperty(exports, "downloadAlbum", { enumerable: true, get: function () { return Download_1.downloadAlbum; } }); Object.defineProperty(exports, "downloadTrack", { enumerable: true, get: function () { return Download_1.downloadTrack; } }); Object.defineProperty(exports, "downloadPlaylist", { enumerable: true, get: function () { return Download_1.downloadPlaylist; } }); Object.defineProperty(exports, "retryDownload", { enumerable: true, get: function () { return Download_1.retryDownload; } }); var Util_1 = require("./Util"); Object.defineProperty(exports, "checkPath", { enumerable: true, get: function () { return Util_1.checkPath; } }); Object.defineProperty(exports, "checkType", { enumerable: true, get: function () { return Util_1.checkType; } });