Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.03 KB

File metadata and controls

30 lines (20 loc) · 1.03 KB

JavaYTD

ko-fi

A Java Swing GUI front-end for youtube-dl - download YouTube videos and audio without touching the command line.

Preview

Features

  • Paste a YouTube URL and download with one click
  • Choose download format (best quality, audio-only, etc.)
  • Downloads saved directly to your Downloads folder
  • Built-in progress output so you can see what's happening
  • Requires youtube-dl.exe placed alongside the application

Setup

  1. Download youtube-dl.exe and place it in the same folder as the JavaYTD executable
  2. Run the executable from Executable/
  3. Paste a URL, pick a format, and download

Tech

  • Java (Swing / Nimbus L&F)
  • Wraps youtube-dl.exe via process execution
  • Built with Launch4J for Windows executable packaging

Development

Developed: June 2020 · Not actively maintained