YouTube Video Viewer

A YouTube video viewer and downloader with a web UI. distubejs/ytdl-core has been used in this project.

YouTube Video Viewer

You can download the file to run the program on your computer.

YouTube Video Viewer.zip

To run the program, you should have Node.js installed.

Then, you can run the script in the folder (run.bat for Windows or run.sh for Linux).

Instead, you can run these commands and go to http://localhost:3000 in your browser.

npm i
npx next start

You can also specify the port with the -p argument. e.g.

npx next start -p 8080