Tagged articles

yt-dlp

3 articles · Page 1 of 1
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 29, 2026 · Backend Development

How the New z‑skills Video Download Split Improves Knowledge‑Gathering Workflows

The author refactors the z‑skills suite by separating video link discovery (z‑web‑pack) from actual downloading (z‑video‑downloader), explains why the split solves performance and reliability issues, details four concrete code and documentation changes, and shows a simple usage pattern for the updated skills.

PythonWeb Scrapingtool architecture
0 likes · 7 min read
How the New z‑skills Video Download Split Improves Knowledge‑Gathering Workflows
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 23, 2026 · Backend Development

Open‑Source Video‑Downloader Skill: One‑Command Downloads with yt‑dlp and AI

The author presents an open‑source Skill that consolidates video downloading into a single command, leveraging yt‑dlp to handle various platforms, offering safe default strategies, detailed failure reports, multi‑format support, and a downstream AI pipeline for transcript and webpage generation.

AI-summarizationCommand LineOpen source
0 likes · 3 min read
Open‑Source Video‑Downloader Skill: One‑Command Downloads with yt‑dlp and AI
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 11, 2026 · Operations

ReClip: Self‑Hosted Downloader for 1000+ Sites – One‑Click MP4/MP3 Capture

ReClip is an open‑source self‑hosted video/audio downloader built with Flask and a lightweight HTML/JS UI, supporting over 1000 websites via yt‑dlp, offering MP4 video and MP3 audio download, batch processing, quality control, and easy deployment through local run, Docker, or Docker‑Compose, with configurable environment variables and a performance comparison against other tools.

DockerFlaskbatch-download
0 likes · 7 min read
ReClip: Self‑Hosted Downloader for 1000+ Sites – One‑Click MP4/MP3 Capture