This project is a standalone utility that enables one-click video downloading from WeChat Channels by intercepting the network traffic of the WeChat desktop client. It operates as a local HTTP proxy positioned between the desktop app and the internet, capturing video streams and adding a download button directly into the app's built-in media player interface.
What distinguishes this tool is its use of real‑time network‑layer augmentation rather than modifying the desktop client itself. It patches HTTP responses as they pass through the proxy to inject interactive download controls, and on the client side it resolves shared channel links into direct video URLs through API call mimicking. The combination of a local proxy, response patching, and share‑link resolution provides a complete workflow for saving WeChat Channels videos without manual network inspection or browser extensions.
The utility covers both proxy‑based video capture and standalone share‑link resolution, giving users multiple paths to obtain videos from the platform. Its implementation draws on network interception techniques including local proxy interception and on‑the‑fly content transformation, all focused on the WeChat desktop client environment.