Videy is a modern and efficient web application that enables users to download videos effortlessly from Videy.co links. With just a simple paste of the URL, users can access multiple download options, including original quality, MP4 format, and MP3 audio extraction.
This platform is designed to be user-friendly, secure, and fast, ensuring a seamless video downloading experience. Whether you want to download videos for offline viewing or extract audio from a clip, Videy provides the right tools to meet your needs.
- π Lightning-fast Video Processing β Download videos in seconds with our optimized system.
- π Secure & Private β All downloads go through a secure backend proxy to protect user privacy.
- π Multiple Format Options β Supports** MP4 (video)**, MP3 (audio extraction), and original quality downloads.
- π₯ Built-in Video Preview β View the video before downloading to ensure you get the right file.
- π± Fully Responsive Design β Enjoy seamless access on both desktop and mobile devices.
- HTML5 - For structured and semantic content.
- CSS3 - Styled with animations and modern design principles.
- JavaScript - Enhancing interactivity and user experience.
- Python Flask - Lightweight yet powerful web framework.
- Requests - HTTP library to facilitate CDN access.
- Flask-CORS - Handles cross-origin resource sharing.
pip
package manager ready to use.- Python 3.8 or later installed.
git clone https://github.com/RozhakXD/Videy.git
cd Videy
python -m venv venv
source venv/bin/activate # For Linux/Mac
venv\Scripts\activate # For Windows
pip install -r requirements.txt
python run.py
Access the app in your browser: http://localhost:5000
Videy offers a simple yet powerful API to handle video processing and downloads:
Endpoint | Method | Description |
---|---|---|
/ |
GET | Main application page |
/api/process |
POST | Process Videy.co URL |
/api/download |
GET | Download video/audio file |
- Input validation to ensure only valid Videy.co URLs are processed.
- Secure backend proxy for safe and private downloads.
- Future implementation of rate-limiting to prevent abuse.
- No permanent storage of downloaded files, ensuring user privacy.
Videy is optimized for speed and reliability:
- β±οΈ Average processing time: Less than 2 seconds.
- β³ 99% uptime guarantee.
- π¦ Supports video downloads up to 2GB in size.
If you find Videy useful, consider supporting its development:
For any inquiries or support, reach out to:
Project Maintainer - Rozhak
π§ Email - rozhak9@proton.me
π Project Repository - https://github.com/RozhakXD/Videy
This project is distributed under the MIT License. See LICENSE
for details.