Releases: mrblomblo/yt-dlp-usage-script
v2.10
This is the latest release of my Easy Usage Script for YT-DLP!
Setup instructions can be found here, and usage instructions can be found here.
Important Note: This is likely the last version of my usage script, as I have moved from Windows to Linux. This means that there could be a version for Linux coming some time (no promises) in a different repo. In case there is an issue with this release, I'll fix it as a "v2.10.x Hotfix", but there likely won't be a v2.11.
Changes from previous version
THIS VERSION OF RUN.BAT AND VARS.TXT IS NOT COMPATIBLE WITH PREVIOUS VERSIONS!
run.bat
- Moved a few default args from run.bat to VARS.txt to improve customizability
- Removed an instance of unnecessary indentation
- Added compatibility for the new VARS.txt
- Added logging the location that the file was downloaded to
- Opens the folder that the file was downloaded to, instead of opening the default location
- Changed the version number to 2.10 from 2.9.1
update.bat
- Added another notice that tells you that a backup of VARS.txt will be created
- Changed all mentions of "YT-dlp" to "YT-DLP"
- Changed the version number to 2.1.1 from 2.1
VARS.txt
- Added an option for individually changing the download location for Audio, Video and Music
v2.9.1
This is a release of my Easy Usage Script for YT-DLP!
Setup instructions can be found here, and usage instructions can be found here.
Changes from previous version
run.bat
- Fixed an issue where the Extra Args from VARS.txt weren't working correctly (YT-DLP would interpret several different args as one arg)
^The fix I chose could introduce new errors, but I haven't encountered any. - Changed the version number to 2.9.1 from 2.9
update.bat
- Added info for when you update run.bat or VARS.txt
- Changed the version number to 2.1 from 2
v2.9
This is a release of my Easy Usage Script for YT-DLP!
Setup instructions can be found here, and usage instructions can be found here.
Changes from previous version
run.bat
- URLs that contain special characters such as & now don't get skipped in log.txt, a side effect of this is that they are now enclosed with quotes in the log
- The manual resolution chooser now works properly, you will still most likely get an error when using it though
- Improved the comments (not noticeable by the end user)
- Changed the version number to 2.9 from 2.7 (forgot to do so last update)
v2.8
This is a release of my Easy Usage Script for YT-DLP!
Setup instructions can be found here, and usage instructions can be found here.
Changes from previous version
THIS VERSION OF RUN.BAT AND VARS.TXT IS NOT COMPATIBLE WITH PREVIOUS VERSIONS!
run.bat
- Added a manual resolution selector which can be enabled in VARS.txt
update.bat
Massive overhaul
- Added an interactive selector for choosing what you want to update
- Added updating VARS.txt and update.bat (itself)
- Now creates a backup of the current VARS.txt before updating it to the most recent version
VARS.txt
- Added support for enabling/disabling the manual resolution selector
v2.7 Hotfix
v2.7
This is a release of my Easy Usage Script for YT-DLP!
Setup instructions can be found here, and usage instructions can be found here.
Changes from previous version
THIS VERSION OF RUN.BAT AND VARS.TXT IS NOT COMPATIBLE WITH PREVIOUS VERSIONS!
run.bat
- Fixed the script not working properly when a space (possibly also special characters) is present in the file path. (Thank you for discovering what caused the bug, FrostyMangg!)
- Fixed VARS.txt not loading into the script
- Added a version indicator to the title of all segments
VARS.txt
- Added extra clarification in a comment
- Changed how it works
update.bat
- Now updates run.bat as well (previously only updated YT-DLP
v2.6
This is a release of my Easy Usage Script for YT-DLP!
Setup instructions can be found here, and usage instructions can be found here.
Changes from previous version
run.bat
- Videos (MP4) now use the same audio codec as audio (MP3), this improves compatibility with soft/hardware when using the default VARS.txt settings
VARS.txt
- Added extra clarification in a comment