YoutubeDL-Material v3.3 Release Notes

Release Date: 2020-03-01 // about 4 years ago
  • ๐Ÿ†• 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