Skip to content

YoutubeDL-Material v3.3

Compare
Choose a tag to compare
@Tzahi12345 Tzahi12345 released this 01 Mar 06:19
· 1654 commits to master since this release
a8d2e1d

New update, coming in hot!

New features

  • Added an "advanced download mode," which will allow you to set a custom output, and even use your own youtube-dl arguments. This defaults to off, so if you want to enable it you must do so through the config
  • URL parameters have been implemented, allowing you to automatically download a video specified in the URL. A chrome extension that takes advantage of this is included in the release
  • Major refactor that removed the need for a web server. The backend now serves the frontend as well, all through a single port

Minor updates

  • The config has been changed slightly. Instead of "frontendurl" and "backendurl", it is just "url" with an additional "port" option
  • Updated the file card UI to be more responsive, particularly on mobile layouts where elements got cut off. Shoutout to @hjyoung1 for finding this!
  • Nodejs now compresses its responses

Bug fixes

  • Fixed an issue where the playlist items included their relative path
  • Fixed a bug where if multi-download mode was enabled, clicking on file card links did not work