Tagged articles

video download

22 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 24, 2026 · Artificial Intelligence

Universal Video Download Skill Evolves into Full‑Video Summarization (z‑video‑study‑webpage‑qwen)

The author open‑sources a universal video‑download Skill and then introduces a companion Skill that automatically extracts audio, frames, and visual insights from a local MP4, runs Whisper and qwen3.7‑plus to generate a structured summary webpage with player, key points, timeline and actionable items.

Multimodal AIOpen-sourceWhisper
0 likes · 3 min read
Universal Video Download Skill Evolves into Full‑Video Summarization (z‑video‑study‑webpage‑qwen)
Geek Labs
Geek Labs
Jun 8, 2026 · Artificial Intelligence

Five Trending GitHub Projects: AI Agent Orchestration, Knowledge Compilation, and One-Click Video Download

This article introduces five popular open‑source GitHub projects—a Chrome video‑download extension, an AI‑agent orchestration desktop, a Claude‑Code project manager, a multi‑agent workspace, and a knowledge‑compiler wiki—detailing their architectures, key features, and usage steps.

AI AgentBrowser ExtensionGitHub
0 likes · 9 min read
Five Trending GitHub Projects: AI Agent Orchestration, Knowledge Compilation, and One-Click Video Download
Sohu Tech Products
Sohu Tech Products
Apr 20, 2022 · Mobile Development

Video Download Acceleration: 2.5× Optimization for iOS Apps

This article presents a comprehensive optimization of video caching on iOS, detailing background analysis, a dynamic concurrency design based on network conditions and device performance, test results showing up to 2.5‑fold speed gains, and the core implementation code.

CachingQUICiOS
0 likes · 13 min read
Video Download Acceleration: 2.5× Optimization for iOS Apps
Python Programming Learning Circle
Python Programming Learning Circle
Mar 25, 2022 · Fundamentals

Using the you-get Python Library to Download Videos, Images, and Manage Files

This tutorial introduces the you-get Python3 media‑download library, shows how to install it with pip, demonstrates basic commands for downloading videos and images, explains options for specifying output paths, renaming files, viewing video information, and selecting formats, and provides practical code examples.

Image DownloadPythoncommand-line
0 likes · 5 min read
Using the you-get Python Library to Download Videos, Images, and Manage Files
MaGe Linux Operations
MaGe Linux Operations
Dec 30, 2021 · Backend Development

Download Watermark‑Free Douyin Videos with a Simple Python Script

This article explains a streamlined method to extract and download watermark‑free Douyin short videos by inspecting network requests, locating hidden video URLs, and using a concise Python script with the jsonpath library, highlighting its advantages and remaining limitations.

DouyinJsonPathPython
0 likes · 5 min read
Download Watermark‑Free Douyin Videos with a Simple Python Script
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 16, 2021 · Operations

Master You-Get: Download Videos, Audio, and More with Python

This article introduces You-Get, a Python‑based command‑line tool for downloading videos, audio, images and subtitles from many sites, explains how to install it, shows its key options, demonstrates format‑specific downloads, playlist handling, proxy usage, and cookie‑based authentication.

Pythoncommand-linemedia extraction
0 likes · 13 min read
Master You-Get: Download Videos, Audio, and More with Python
FunTester
FunTester
Dec 15, 2020 · Backend Development

Run All Scrapy Spiders Together and Fix Video Download Errors

This guide shows how to create a custom Scrapy command to launch every spider at once, separate each spider's settings for better modularity, and resolve video download problems by adjusting request headers and handling file saving correctly.

Custom CommandPythonRedis
0 likes · 5 min read
Run All Scrapy Spiders Together and Fix Video Download Errors