What problem does it solve?
This Skill guides Android developers to embed yt-dlp so they can download and manage YouTube videos offline without depending on desktop scripts or yt-dlp CLI processes.
Core Features & Use Cases
- Chaquopy and process approaches: Presents both embedded interpreter setups and standalone binary flows with logging, progress hooks, and metadata bridges tailored to Android services and workers.
- Format selection and metadata: Explains selector syntax, format dict fields, and sanitized metadata shapes needed for UI previews and download choices.
- Error handling and dependencies: Covers yt-dlp exception types, retry strategies, dependency recommendations, and storage/notification considerations for reliable background downloads.
- Use Case: Build the Offline Tube downloader that extracts video info, chooses target quality, and streams progress updates while handling geo, availability, and PO token errors.
Quick Start
Use the yt-dlp Android integration guide to configure Chaquopy, set a safe format selector, and request metadata for a sample YouTube video.