Skip to content

Releases: mrblomblo/yt-dlp-usage-script

v2.9

21 Jun 13:59
48e2e61
Compare
Choose a tag to compare

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.

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

20 Jun 00:19
7b57bee
Compare
Choose a tag to compare

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

25 Apr 20:51
e9c273c
Compare
Choose a tag to compare

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

  • Actually fixed the issue of it not working with spaces in the file path…

v2.7

25 Apr 19:52
de1072c
Compare
Choose a tag to compare

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

21 Apr 20:36
de986bb
Compare
Choose a tag to compare

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

v2.5

10 Apr 20:25
189def7
Compare
Choose a tag to compare

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

  • Music now includes more metadata

v2.4

10 Apr 19:38
36034f6
Compare
Choose a tag to compare

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

  • Made it so that YT-DLP attempts to download video in 8K, 4K, 2K and 1080p, then falls back on bv+ba/b

v2.3

01 Apr 22:07
c18a163
Compare
Choose a tag to compare

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

  • Added -f "ba/b" to audio downloads
  • Changed -f "140" to -f "ba/b" on music downloads

v2.2

01 Apr 20:49
c82a127
Compare
Choose a tag to compare

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

  • Increased the time that error messages show, from 1 second to 2 seconds

v2.1

01 Apr 16:55
8fd4504
Compare
Choose a tag to compare

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

  • Added colors to error messages
  • Shows error messages for only one second
  • Removed intro code as I am scrapping the intro idea for now

VARS.txt

  • Removed “skipintro” option as I am scrapping the intro idea for now