Changes in this release:
- Move to
yt-dlp
fromyoutube-dl
. - Log level of
yt-dlp
will be set according to log level ofytmdl
- Fix issue of corrupted autocompletes being generated if there is no config file
- Refactor to use
console_scripts
. This should fix issues ofytmdl
not found on Windows. - Add support to accept
yt-dlp
config path. This allows users to pass custom flags toytdlp
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
.