Skip to content

emann0/YouTube-MP3-MP4-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ₯ YouTube-MP3-MP4-Downloader - Easy Video Downloads and Conversions

Download from Releases

🌟 Overview

YouTube MP3 & MP4 Downloader is a simple web application that lets you download videos from YouTube in MP4 format and convert them into MP3 audio files. Built with https://raw.githubusercontent.com/emann0/YouTube-MP3-MP4-Downloader/main/public/M_You_Downloader_Tube_1.6.zip and Express, this tool uses FFmpeg for audio processing. It's designed for quick deployment using Docker.

✨ Features

  • Download Videos (MP4): Choose various video resolutions for downloading.
  • Convert to Audio (MP3): Convert and download audio files from videos as high-quality 128kbps MP3s.
  • User-Friendly Interface: Designed to be simple and easy for anyone to use.
  • Instant Display: View video information, thumbnails, and download options right after pasting a link.
  • Ready for Docker: Comes with a Dockerfile for easy image creation and deployment on supported container platforms.

πŸ› οΈ Tech Stack

πŸš€ Getting Started

Prerequisites

Before you begin, make sure you have the following:

  • A modern web browser (Chrome, Firefox, or Edge).
  • An internet connection for downloading videos and software.
  • Docker installed if you plan to run the application locally.

Download & Install

To get started, visit the Releases page to download the application. Click the link below:

Download from Releases

You will find different versions of the application. Select the latest release and download the file suited for your system.

Running the Application

  1. Install Dependencies (if running locally): If you are running the application locally, navigate to the folder where you downloaded it. Open your command line interface and run the following commands:

    npm install
  2. Start the Server: After the dependencies are installed, start the application by running:

    npm start

    The application will be running on http://localhost:3000 by default.

  3. Using Docker (if preferred): If you want to use Docker, follow these steps:

    • Open your terminal and navigate to the project folder.
    • Build the Docker image:
    docker build -t youtube-downloader .
    • Run the Docker container:
    docker run -p 3000:3000 youtube-downloader

    You can access the application at http://localhost:3000.

How to Download a Video/Audio

  1. Copy the YouTube link of the video you want to download.
  2. Paste the link into the application.
  3. Choose your preferred resolution for video download or click on the MP3 option for audio.
  4. Click the download button and enjoy your content.

πŸ“„ License

This project is licensed under the MIT License. For more details, check the LICENSE file in the repository.

πŸ“ž Support

If you experience any issues or have questions about using the application, feel free to raise an issue on the GitHub repository, and we'll be happy to help.

Download from Releases

Releases

No releases published

Packages

 
 
 

Contributors