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

x/youtube_sr/mod.ts>Thumbnail

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

Constructors

new
Thumbnail(data: any)

Thumbnail constructor

Properties

height: number
optional
id: string
optional
url: string
width: number

Methods

private
_patch(data: any)

Patch raw data

defaultThumbnailURL(id:
| "0"
| "1"
| "2"
| "3"
| "4"
): string

Returns default thumbnail

displayThumbnailURL(thumbnailType?: ThumbnailType): string

Returns thumbnail url

toString(): string