Skip to content

Dmarett1/YouTo4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTo4

YouTo4 is an open-source YouTube mp4/mp3 converter It is built using html so you will have to run it in your browser but it requires very little setup.

I will be adding an mp4 addition to this soon enough. I just needed to download youtube video mp3 for music samples and I hated how all other websites took too long or displayed stupid ads, so I made my own. This is my first time doing a public repository on GitHub and my first time doing instructions so sorry if they suck. I'm also not sure if the mac/brew instructions work please someone let me know if they don't (As im already guessing they don't)

How to run:

🧱 Prerequisites:

Make sure you have installed:

- Node.js (v16+ recommended)

- yt-dlp

For brew:

    
brew install yt-dlp
    
  

Standalone download:

1. Go to the yt-dlp GitHub Releases page.
  1. Download: yt-dlp.exe

  2. Move it to a permanent folder like:

  
C:\yt-dlp\
  
  
  1. Add that folder to your System PATH:

Press Win + R, type sysdm.cpl, go to Advanced > Environment Variables.

Under System variables, find Path, click Edit, then New, and add:

  
C:\yt-dlp\ (or whatever you named your file)
  
  

Once finished installing yt-dlp run:

    
yt-dlp --version
    
  

If it shows a version number, you can move on.

- ffmpeg (required for audio conversion)

For brew:

    
brew install ffmpeg
    
  

For windows:

  1. Go to the ffmpeg windows builds.

  2. Under “Release builds”, download:

      
    

ffmpeg-release-full.7z (or ZIP)

  1. Create and then extract your zip to a permanent folder like:
  
C:\ffmpeg\
  
  
  1. Press Win + R, type: sysdm.cpl, press Enter.

  2. Go to Advanced > Environment Variables

  3. Under System variables, find Path → click Edit → click New.

  4. Add:

      
    

C:\ffmpeg\bin

  1. Click OK → OK → OK

How to Run:

  1. Download a zip of YouTo4 and extract it.

  2. Create an empty folder named "downloads" in \YouTo4-main (This is where your mp3's will be saved to).

  3. Open your command prompt or terminal and cd into \YouTo4-main:

  4. Then enter:

    
npm install
    
  
  1. Finally run:
    
node server.js
    
  

Then open http://localhost:3000 in your browser.

Updates coming soon.

About

YouTo4 is an fast open-source MP4/MP3 converter for YouTube videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published