Releases: FlamingLeo/yt-dlp-gui
Releases · FlamingLeo/yt-dlp-gui
v2.2
Updated to version 2.2 (27.03.2024).
- Added option to download multiple videos concurrently.
- Added "Verbose" option to logging.
- Added error message when URL queue is empty.
- Added error message when trying to insert invalid URL or URL that is already present in queue.
- Added option to save logs (if they're not empty).
- Added option to export queue (if it's not empty).
- Added support for suffixes (e.g. 50K -> 50.000, 1M -> 1.000.000, 1B -> 1.000.000.000)
- Added placeholder text with format instructions to date range in video limits.
- Added option to upgrade yt-dlp using pip from within program (not recommended, might not work with .EXE).
- Default output path appears now as current working directory in output options.
- Some code restructuring.
- Removed option to disable information logs.
- Removed "Active Threads" counter.
v2.2_01
v2.1
Updated to version 2.1 (12.03.2024).
- Added option to download dummy video from file menu.
- Added logging options.
- Added safety check if user tries to close program while downloads are still running.
- Added preliminary active thread count.
- Added .EXE icon.
- Fixed virus false positive caused by pre-compiled PyInstaller bootloader (not version-specific).
v2.0
Updated to version 2.0 (07.03.2024).
- Complete source code overhaul after near 2-year hiatus, including switching to ttk widgets.
- The yt-dlp executable is no longer needed, as the script now relies on the yt-dlp pip package.
- URL queue now displays source.
- Added option to import URLs from file.
- Added logging.
- Added metadata downloading options.
- Added custom format option.
- Added video limit specifiers.
- Added custom output path and options.
- Added customizable downloader values and options.
- Added network options (download archive, cookie file, connection settings, proxy, geobypass).
- Added advanced options (authentication, certificates, post-processing)