github ErrorFlynn/ytdlp-interface v2.16.1

5 days ago

Changes

  • fixed potential crashing when stopping a download
  • fixed potential freezing when updating the program
  • improved the way assets are accessed on GitHub when updating the program
  • fixed a potential error when downloading rutube.ru and vkvideo.ru playlists

Until this version, the program would access release assets on GitHub (.7z archives) blindly, based on the upload order alone. That worked well until v2.16.0 when I made a mistake and uploaded them in the wrong order. That means that when updating from v2.15.0 to v2.16.0, the wrong archive would be downloaded for Win7 and/or 32-bit systems (only the "regular" 64-bit build was in the expected position in the JSON array received from the GitHub API).

This version addresses that problem, by first checking the archive names to determine which one is the correct one to download, and only falling back on using a hard-coded array position (which is based on upload order) if the name check fails.

Don't miss a new ytdlp-interface release

NewReleases is sending notifications on new releases.