Skip to content

youtube-dl-assistant v1.2.0

Latest
Compare
Choose a tag to compare
@Jan-Fcloud Jan-Fcloud released this 31 Jan 14:42
· 4 commits to main since this release
5d1d620

This is the V1.2.0 "stable" release of youtube-dl-assistant.

Included dlls:

  • libgcc_s_seh-1.dll
  • libstdc++-6.dll
  • libwinpthread-1.dll

These dlls are needed for the program to work.
They have been taken right out of the MinGW compiler with 0 changes.

Don't forget to download youtube-dl!

Just drop it in the release folder. You can rename it too if you want. Just make sure everything is in one folder.

Changelog

  • Added features:

    • Program can now use a somewhat useful config!

      • The config checker actually cooperates with the program and is useful!
      • Added a feature that automatically uses the config if it exists
      • Added more debug insight (not that you read it)
    • The program now also has a debug mode!

      • It might not be useful to most people but it is good for people like me to double check any bug reports and such to make sure it wasn't a user error.
    • New commands! There are now 3 more commands:

      • help -> lists all current available commands
      • version -> lists the current youtube-dl and youtube-dl-assistant versions
      • debug -> let's you pass without a valid url and disables download. It is meant mostly to verify bugs.
  • Fixes:

    • A few output functions just looked a but funky. Looks better now (as good as a cmd output program can go...)
  • Temporary solutions (the awkward confessions):

    • New file temp.txt that stores the value true or false if the program uses the config without asking by default (It's cheap I know...)