Skip to main content
Module

x/youtube_sr/mod.ts>Formatter

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

Constructors

new
private
Formatter()

Static Methods

formatSearchResult(details: any[], options?: { limit?: number; type?:
| "film"
| "video"
| "channel"
| "playlist"
| "all"
; }
)