Skip to content

v2022.03.16

Compare
Choose a tag to compare
@deepjyoti30 deepjyoti30 released this 15 Mar 18:47
· 66 commits to master since this release
d686b1a

Changes in this release:

  • Move to yt-dlp from youtube-dl.
  • Log level of yt-dlp will be set according to log level of ytmdl
  • Fix issue of corrupted autocompletes being generated if there is no config file
  • Refactor to use console_scripts. This should fix issues of ytmdl not found on Windows.
  • Add support to accept yt-dlp config path. This allows users to pass custom flags to ytdlp directly.
  • Add fix for extracting the /watch part properly from the URL
  • Lots of internal bug fixes

Special thanks to @pukkandan for making changes in the source of yt-dlp to allow features like config path from ytmdl.