UNPKG

@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.

5 lines (4 loc) 118 B
export default function getYoutubeVideoID(url: string): { isValid: boolean; id: string | null | undefined; };