youtube-downloader

Download YouTube videos at specified quality and format using yt-dlp.

1|1|Updated Jun 4, 2024
One-click install
npx skills add https://github.com/dhar174/tiny_village --skill youtube-downloader-dhar174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-downloader
Source: https://github.com/dhar174/tiny_village/tree/main/.codex/video-downloader
Command: npx skills add https://github.com/dhar174/tiny_village --skill youtube-downloader-dhar174

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Downloads YouTube videos with customizable quality and format options. Use this skill when you want to save videos for offline viewing or archiving.

Core Features & Use Cases

  • Quality control: download in best or specified resolutions (1080p, 720p, 480p, 360p) and outputs in mp4/webm/mkv as requested.
  • Format flexibility: supports video downloads and optional audio-only MP3 extraction.
  • Playlist handling: skips playlists by default to avoid bulk downloads.
  • Automatic setup: installs yt-dlp automatically if not present for a smooth experience.
  • Use Case: save tutorials or lectures for offline access with consistent quality.

Quick Start

Download a YouTube video by URL at your preferred quality and format to the default output directory.

Frequently Asked Questions about youtube-downloader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a YouTube video in a specific quality like 1080p?

To download a YouTube video in a specific quality, provide the URL and specify your preferred resolution, such as 1080p, 720p, or 360p. The tool uses yt-dlp to fetch and merge streams, outputting the video in your chosen format.

Can I extract audio as an MP3 from a YouTube video?

Yes, you can extract audio as an MP3 from a YouTube video. Alongside format flexibility for video outputs like mp4 and webm, the tool supports optional audio-only extraction for your provided URLs.

Does this YouTube downloader automatically install yt-dlp?

Yes, the YouTube downloader automatically installs yt-dlp if it is not present on your system. This automatic setup ensures a smooth experience without requiring manual dependency installation.

How do I prevent downloading an entire YouTube playlist by mistake?

To prevent downloading an entire YouTube playlist, the tool skips playlists by default. This avoids bulk downloads, ensuring only individual video URLs are processed unless explicitly intended.

What video formats can I save downloaded YouTube videos as?

You can save downloaded YouTube videos as mp4, webm, or mkv files. The tool supports multiple format options, allowing you to request a specific output container alongside your preferred quality level.