@ernestoyoofi/yt.loader-to
Version:
An unofficial, promise-based API wrapper for `loader.to` to fetch YouTube video information and generate download links. Written in TypeScript, it's fully typed and easy to use in any Node.js project.
14 lines (13 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
yt_host: [
"music.youtube.com", "www.youtube.com", "www.youtube-nocookie.com",
"youtube.com", "youtu.be"
],
format: {
video: ["480", "720", "1080", "1440", "4k", "8k"],
audio: ["mp3", "ogg", "wav", "m4a", "webm", "aac", "opus"]
},
hosting: "https://loader.to",
};