Skip to main content
Module

x/youtube_sr/mod.ts>SearchOptions

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

Properties

optional
limit: number
optional
type:
| "video"
| "channel"
| "playlist"
| "all"
| "film"
optional
requestOptions: RequestInit
optional
safeSearch: boolean