YoutubeDL-Material v3.3
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