Video Downloader Frontend

This directory contains the client-side code for the Video Downloader application.

Structure

  • index.html - Main HTML file with embedded JavaScript

Features

  • Simple, user-friendly interface
  • Video information preview
  • Quality selection
  • Direct download links
  • Error handling and status messages

How It Works

  1. The user enters a video URL and clicks "Get Info"
  2. The application fetches video information from the backend
  3. The user selects a quality and clicks "Download"
  4. The application requests the download from the backend
  5. When the download is ready, a direct download link is provided

Technologies Used

  • HTML5
  • CSS (with Tailwind via CDN)
  • Vanilla JavaScript
  • Responsive design for mobile and desktop