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

x/youtube_sr/mod.ts>default.validate

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

Validates playlist

Parameters

url: string

Playlist id or url/video id or url to validate

optional
type:
| "VIDEO"
| "VIDEO_ID"
| "PLAYLIST"
| "PLAYLIST_ID"

URL validation type

Returns

boolean