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.
This commit is contained in:
Your Name
2025-10-06 16:33:10 +03:00
parent 6ada5d6c92
commit 5fc67ff48c
+1
View File
@@ -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://<proxy-server>:<port>`)
</details>