Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Tube Downloader

A simple YouTube video downloader built with Python.
It provides a clean web interface where users can paste a YouTube link, preview the video thumbnail and title, choose the desired quality (1080p, 720p, 480p, or best available), and download the video directly to their machine.

🚀 Live link:

https://youtubevideodownloader-production.up.railway.app/


✨ Features

  • Paste a YouTube link and instantly see the thumbnail and title.
  • Choose from multiple video qualities before downloading.
  • Downloads are named with the actual video title.
  • Lightweight server — no heavy frameworks used.
  • Clean and responsive frontend with a loader spinner while fetching video info.

📦 Installation

1. Clone the repository

git clone https://github.com/your-username/tube-downloader.git
cd tube-downloader

2. Install dependencies

# yt-dlp
python -m pip install -U "yt-dlp[default]"

3. Start the server

python server.py

4. The server will start at:

http://127.0.0.1:8000

About

A simple YouTube video downloader built with Python. It provides a clean web interface where users can paste a YouTube link, preview the video thumbnail and title, choose the desired quality (1080p, 720p, 480p, or best available), and download the video directly to their machine.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages