Download Latest Version v2.19.1 source code.zip (5.9 MB)
Email in envelope

Get an email when there's a new version of ytdlp-interface

Home / v2.19.1
Name Modified Size InfoDownloads / Week
Parent folder
ytdlp-interface_x86_win7.7z 2026-05-19 73.1 MB
ytdlp-interface_win7.7z 2026-05-19 98.5 MB
ytdlp-interface_x86.7z 2026-05-19 68.6 MB
ytdlp-interface.7z 2026-05-19 137.7 MB
README.md 2026-05-19 835 Bytes
v2.19.1 source code.tar.gz 2026-05-19 5.9 MB
v2.19.1 source code.zip 2026-05-19 5.9 MB
Totals: 7 Items   389.7 MB 41

Changes

  • eliminated interface lag when downloading playlists
  • all playlist URLs are now recognized (no more errors for unknown playlist URLs)
  • any text surrounding a URL is removed before adding it to the queue
  • some minor fixes and improvements

This version fixes two long standing issues caused by brain farts of my part. It turns out that the interface lag when downloading playlists was caused by the inefficient way the file progress was drawn on the progress bar (repeated calls to GetPixel and SetPixel). That's now been replaced by a single call to a much more performant GUI library function. Also, the program can now get info for all playlist URLs without having to know in advance that they point to a playlist (that requirement was due to my misunderstanding of the -J or --dump-single-json argument).

Source: README.md, updated 2026-05-19