ProxyDown is a sleek and user-friendly YouTube video downloader that simplifies the process of fetching and downloading YouTube videos in various formats. With a modern interface and essential features, ProxyDown is the perfect tool for managing your YouTube downloads efficiently. IMPORTANT: you should have ffmpeg installed on your pc. download it from https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
- 🎥 Fetch Video Formats: View all available formats for a YouTube video, including resolution and file type.
- 📂 Custom Download Location: Choose your preferred folder for saving downloaded videos.
- 📊 Progress Tracking: Monitor download progress with a visual progress bar and percentage display.
- 🖥️ Standalone Executable: Run the app without installing Python or additional dependencies—just download the
.exefile and start. - ✨ Modern UI: A responsive and visually appealing interface built with
customtkinter.
-
Download the Application
-
Run the Application
- Double-click the
main.exefile to launch the app.
- Double-click the
-
Download Videos
- Paste a YouTube video link into the input field.
- Click Fetch Formats to see all available video options.
- Select a format from the list.
- Choose a download location.
- Click Download to start the process.
- Watch the progress bar as your video downloads!
If you are using the .exe file, no additional setup is required! Just download and run. 🎉
To run the Python source code, you will need:
- Python 3.7 or higher
- Required Python libraries: pip install yt-dlp customtkinter
- Some videos may not display all formats due to YouTube restrictions.
- Download speed may vary depending on network conditions.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request with your improvements or bug fixes.
Feel free to suggest new features, report bugs, or enhance the code.
This project is licensed under the MIT License.
- yt-dlp: The backbone library for handling YouTube video downloads.
- customtkinter: For providing the modern UI framework.