From 5fc67ff48caabf7332f7a4ef5c1fc3988bf02bcf Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 6 Oct 2025 16:33:10 +0300 Subject: [PATCH] Add proxy support feature to README Documented the new proxy support feature, allowing users to specify a proxy server for downloads. This helps users understand how to use the proxy option with the application. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd0039f..a529840 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ python main.py - **Update yt-dlp:** Update yt-dlp - **FFmpeg/yt-dlp Detection:** Automatically detect FFmpeg/yt-dlp - **Trim Video:** Download only specific parts of a video by specifying time ranges (HH:MM:SS format) +- **Proxy Support:** Use a proxy server for downloads (e.g., `http://:`)