Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/youtube_sr/mod.ts>YouTube.getVideo

Simple library for Node, Deno & Bun to make YouTube search easily
Go to Latest
method YouTube.getVideo
import { YouTube } from "https://deno.land/x/youtube_sr@v4.3.4-deno/mod.ts";

Returns basic video info

Parameters

url: string | Video

Video url to parse

optional
requestOptions: RequestInit

Request options

Returns

Promise<Video>