Skip to content

Release v1.5.7

Compare
Choose a tag to compare
@awidesky awidesky released this 25 May 02:54
· 306 commits to master since this release

Release v1.5.7

This program listens to user's clipboard and if you copied Youtube video link, it will download the video and convert it to mp3 automatically!
Just copy link with ctrl + V and you'll get audio file in any format, in directory you chose!

How to start : download jar.zip for Mac or Linux (ffmpeg and youtube-dl should be installed in advance), or download win_standalone.zip for Windows

what's new :

  • Browse youtube-dl or ffmpeg website if not installed
  • Confirm before browse to download page
  • TONS of bugs fixed and performance improved

new commits :

  • df0d95c wait 5 seconds before kill
  • 058bb55 path of config.txt should be in jar(or exe) path
  • 2ab0345 make another thread for logging
  • a200249 hotfix-EDT stuck in confirm method
  • 4c6f19a change Optional logic
  • 41eb97e use File.separator && modify kill()
  • 622b0bc some String literal concatenation & Exception transaction
  • eea9e96 check exit code in youtube_dl update process
  • 826bd7b wait for EDT before kill && dialog resource handling
  • f246c75 Confirm before browse to download page
  • 947c296 Add missing indentation
  • 0cf4799 Use Main.webBrowse in help button
  • 15d60f7 Browse youtube-dl or ffmpeg website if not installed
  • 6d75c78 Add webBrowse(String link) method
  • 8ecf57b Throw missing Exception when Desktop not supported
  • eee6bc8 changed a bit
  • 60d4ce1 check if the link is playlist before ask
  • bd90cab use AtomicReference & CountDownLatch in confirm method.
  • 2da0295 attempt to fix SwingWorker
  • f428e76 add "ask" option to PlayListOption
  • 9f58085 change name of ConfigDTO to Config
  • d0c1637 fix implicit thread problem in confirm method
  • 4d0bb8f add exception message in NullPointerException