youtube-dl-gui Changelog

What's new in youtube-dl-gui 3.3.0-1 Pre-release

May 9, 2023
  • An extended batch downloader was added to the same form of the extended downloader - saving a lot of headaches in the future. Feel free to BREAK IT and report the issues to me.
  • This means that the extended downloader has also been modified to accomodate this new change, which may break some things unintentionally.
  • Other changes that I managed to decode:
  • Extended downloads now support having a specific time specified. It may not be the best at the moment.
  • Additionally, the URL text box has been replaced with a hyperlink on the top-left of the extended form.
  • 3 new download options - Skip unavailable fragments, Abort on error, and Fragment threads.
  • Version bug fix, if versa was not equal-to versb it would cause a recursion loop - this was not in use so no actual damage would have been done.
  • CopyData methodology changed... yet again.
  • Using arguments to download media will work.
  • Using arguments to download media while another one is in queue will throw it into that application instance and not run a new instance.
  • Some language grammar fixes.
  • Conversion checkboxes in the settings have been re-arrange visually.
  • Minor merger fix - output files are now quoted so it doesn't break.
  • Custom arguments disallow use of the pipe character '|'. Non-negotiable.
  • Quick downloader adds a running action item linking to itself on creation, so less room for issues.

New in youtube-dl-gui 3.2.3 (Jan 31, 2023)

  • Custom arguments on the main form don't block file-name restricted characters.
  • Custom arguments on the main form (if entered) will be copied to the extended downloader so you don't have to re-enter them.
  • File name schema inputs have most restricted characters blocked this time. Slashes are allowed, for sub-directories.
  • Updated the German localization, thanks @uDEV2019