Skip to main content

Module ytdlp

Module ytdlp 

Source
Expand description

yt-dlp integration for downloading video content.

Routes YouTube, Vimeo, and other video platform URLs through the yt-dlp command-line tool (or youtube-dl as a fallback) when available.

Enums§

VideoQuality
Quality preset for video downloads.

Functions§

download_video
Download a video URL using yt-dlp.
is_video_url
Returns true if the URL points to a known video platform.
ytdlp_available
Returns true if yt-dlp or youtube-dl is available in PATH.
ytdlp_binary
Returns the name of the yt-dlp binary found in PATH, or None.