Skip to content

ssantss/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

A modern YouTube video downloader built with Svelte and FastAPI. Features a clean UI, real-time video preview, download history, and seamless YouTube integration via userscript.

Features

  • Real-time URL validation and video preview
  • Persistent download history
  • Browser integration through userscript
  • Clean and responsive interface
  • Progress tracking with visual feedback

Prerequisites

  • Node.js (v16 or higher)
  • Python (v3.8 or higher)
  • Make

Quick Start

  1. Installation
make install

This will install all dependencies for both frontend and backend.

  1. Run the application
make run

The application will be available at:

Browser Integration

  1. Install Tampermonkey extension in your browser
  2. Import the userscript from userscript/youtube-downloader.user.js
  3. Visit any YouTube video and you'll see a "DOWNLOAD" button next to the video

Project Structure

frontend/     # Svelte frontend application
backend/      # Python FastAPI backend
userscript/   # YouTube integration script

Development

  • Start frontend development server:

For development, you can run the frontend separately:

cd frontend && npm run dev

This will run the frontend on http://localhost:5270

Run the backend server:

cd backend && python main.py

This will run the API on http://localhost:5173

For production, just use make run which will serve the frontend through the backend.

License

MIT

Credits

Developed by Santiago Jimenez with the assistance of Claude AI (Anthropic).

This project was created as a learning experience combining modern web technologies and demonstrating the integration between frontend, backend, and browser extensions.

About

A modern YouTube video downloader built with Svelte and FastAPI. Features a clean UI, real-time video preview, download history, and seamless YouTube integration via userscript. Supports direct downloads with automatic filename detection and progress tracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors