Skip to main content
Module

x/youtube_sr/mod.ts>Channel

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

Constructors

new
Channel(data: any)

Properties

optional
id: string
optional
name: string
optional
subscribers: string
readonly
type: "channel"
optional
url: string
verified: boolean

Methods

private
_patch(data: any): void

Patch raw data

iconURL(options?): string

Returns channel icon url

toString(): string