Developed by Davis_Software © 2022
The Recode: Now with a new awesome looking UI design!
Video info preview and easy/automatic format selection
Optimized for audio downloads with ability to add custom metadata and a thumbnail
- Playlist support (currently in beta)
- High Quality Download
- Applying metadata and thumbnails to output file
- Output converter
- Preview video information (thumbnail, title, description, views, etc...)
- Compatible with all youtube-dl websites (not only YouTube)
- Automatic download / update of youtube-dl and FFMpeg
-
tar
is required for extracting theffmpeg
archive on Linux- all other requirements are included in the installer or downloaded automatically
-
git
is required for cloning the repositorynodejs
andnpm
are required for compiling the application
- Download an installer
- Go to the releases page and download an installer compatible with your OS
- Compile yourself:
- Clone the repository
git clone https://github.com/Davis-Software/YTDownloader.git
- Enter directory
cd YTDownloader-master
- Install required packages
npm install
- Run the application to check if it's working
npm start
- Compile the application into an installer
npm run dist
(for win64) - Consult
package.json
for more commands & info
- Clone the repository