A powerful web application for downloading videos from YouTube, TikTok, and Instagram with a clean, modern interface.
- Multi-Platform Support: Download videos from YouTube, TikTok, and Instagram
- Cookie Authentication: Secure cookie-based authentication for YouTube and Instagram
- Smart UI: Dynamic interface that adapts based on selected platform
- High Quality Downloads: Multiple format and quality options
- User-Friendly: Clean, responsive design with step-by-step guides
- Session Management: Secure cookie handling with automatic expiration
| Platform | Cookie Required | Notes |
|---|---|---|
| YouTube | ✅ Yes | Required for accessing content based on account permissions |
| ✅ Yes | Required due to platform authentication requirements | |
| TikTok | ❌ No | Direct download without authentication |
- Python 3.7+
- Flask
- yt-dlp
- Modern web browser
-
Clone the repository
git clone <repository-url> cd VideoCatcher
-
Create virtual environment
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python3 app.py
-
Access the application
- Open your browser and go to
http://localhost:5000 - Or use custom port:
PORT=5001 python3 app.py
- Open your browser and go to
- Install "Get cookies.txt" extension for Chrome/Firefox
- Navigate to YouTube or Instagram and log in
- Click the extension icon
- Export cookies in Netscape format
- Upload the cookies.txt file in the app
- Open YouTube/Instagram in your browser and log in
- Press F12 to open Developer Tools
- Go to Application/Storage tab → Cookies
- Copy cookie data and format as Netscape cookies.txt
- Upload to the app
- 🔒 Cookies are stored securely with 60-minute expiration
- 🔄 Re-upload when expired for continued access
⚠️ Never share your cookies with others
- Select Platform: Choose YouTube, TikTok, or Instagram tab
- Upload Cookies (if required):
- YouTube/Instagram: Upload your cookies.txt file
- TikTok: Skip this step
- Enter URL: Paste the video URL
- Download: Click the download button
- Dynamic Interface: Cookie sections automatically show/hide based on platform
- Visual Feedback: Button states indicate when cookies are required
- Step-by-Step Guide: Built-in 4-step cookie extraction guide
- Responsive Design: Works on desktop and mobile devices
- Backend: Flask web framework
- Video Processing: yt-dlp for video extraction
- Frontend: Vanilla JavaScript with modern CSS
- Session Management: Flask sessions with secure cookie storage
- Automatic validation and expiration (60 minutes)
- Secure file storage with unique user IDs
- Platform-specific authentication handling
- Instagram: Multiple user agents and API versions for reliability
- YouTube: Optimized format selection and quality options
- TikTok: Direct extraction without authentication
VideoCatcher/
├── app.py # Main Flask application
├── templates/
│ ├── index.html # Main UI template
│ ├── admin.html # Admin interface
│ └── admin_login.html # Admin login
├── cookies/ # User cookie storage
├── requirements.txt # Python dependencies
├── test_*.py # Test scripts
└── README.md # This file
- ✅ Added Instagram cookie requirement support
- ✅ Enhanced UI with dynamic platform-based sections
- ✅ Improved cookie validation and error handling
- ✅ Updated JavaScript for better user experience
- ✅ Added comprehensive cookie extraction guide
- Cookies are stored locally and expire automatically
- No permanent storage of user credentials
- Session-based authentication with secure handling
- Regular cleanup of expired cookie files
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This project is licensed under the terms specified in the LICENSE file.
This tool is for educational and personal use only. Please respect the terms of service of the platforms you're downloading from and ensure you have the right to download the content.
Made with ❤️ for easy video downloading