Skip to content

Commit

Permalink
Update for v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSaus committed Jul 7, 2022
1 parent 85d9b5e commit 628f028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog for yt-dlp-cmdui, made by The-Saus
---------------------------------------------------------------------------------------------------
# 07/07/2022 | Version 2.2
## Additions
- New option during Video Custom and Audio Custom, allowing you to input custom yt-dlp arguments before the download starts
- Cleaner option now available, cleans the script directory by getting rid of ~\tmp and any debug files
## Changes
- Asset download scripts have been improved
- aria2c check runs first, downloads using powershell Invoke-WebRequest
- yt-dlp, ffmpeg and ffprobe now download using the much faster aria2c
---------------------------------------------------------------------------------------------------
# 26/06/2022 | Version 2.1
## Additions
- Added argument --no-overwrites
Expand Down
2 changes: 1 addition & 1 deletion script.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yt-dlp -U
REM Restart point, avoids yt-dlp update and required file check
:Restart
CLS
ECHO yt-dlp-cmdui 2.1.1
ECHO yt-dlp-cmdui 2.2
REM prompt for media type
ECHO What do you want to download?
ECHO.
Expand Down

0 comments on commit 628f028

Please sign in to comment.