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.
Make sure you have installed:
brew install yt-dlp
-
Download: yt-dlp.exe
-
Move it to a permanent folder like:
C:\yt-dlp\
- 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)
yt-dlp --version
If it shows a version number, you can move on.
brew install ffmpeg
-
Go to the ffmpeg windows builds.
-
Under “Release builds”, download:
ffmpeg-release-full.7z (or ZIP)
- Create and then extract your zip to a permanent folder like:
C:\ffmpeg\
-
Press Win + R, type: sysdm.cpl, press Enter.
-
Go to Advanced > Environment Variables
-
Under System variables, find Path → click Edit → click New.
-
Add:
C:\ffmpeg\bin
- Click OK → OK → OK
-
Download a zip of YouTo4 and extract it.
-
Create an empty folder named "downloads" in \YouTo4-main (This is where your mp3's will be saved to).
-
Open your command prompt or terminal and cd into \YouTo4-main:
-
Then enter:
npm install
- Finally run:
node server.js
Then open http://localhost:3000 in your browser.