Downloadify is a simple, no-ads, and instant YouTube Video Downloader built using Flask and yt-dlp.
Just paste a YouTube link, and grab your video in MP4 format — fast and clean.
✅ No sign-up required.
🎯 Works for most public YouTube videos.
Live on - https://downloadify-nwfm.onrender.com/
- 🐍 Python
- 🔥 Flask (Backend)
- 🎞 yt-dlp (Video downloading)
- 🌐 HTML, CSS & JavaScript (Frontend)
- 🚀 Render (for deployment)
Absolutely! Here's a short, clean, and well-explained version of the "Deploy on your local machine" section — just replace the old one in the README with this:
-
Clone the Repo
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name -
Create Virtual Environment
python -m venv venv
-
Activate It
-
Windows:
venv\Scripts\activate
-
macOS/Linux:
source venv/bin/activate
-
-
Install Dependencies
pip install -r requirements.txt
-
Run the App
python app.py
-
Open your browser and go to 👉
http://localhost:5000

