Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@woefe woefe released this 11 Oct 20:37
· 41 commits to master since this release
  • Add optional support for yt-dlp. If yt-dlp is installed it is preferred over youtube-dl
  • Add ytcc.download_subdirs config option to save downloads in subdirectories per playlist. This should be preferred over setting a youtube_dl.output_template with subdirectories based on %(uploader)s, because %(uploader)s is not always available and differs from the playlist name you gave in ytcc when subscribing. E.g. instead of
    [youtube_dl]
    output_template = %(uploader)s/%(title)s.%(ext)s
    you should use
    [ytcc]
    download_subdirs = on
    [youtube_dl]
    output_template = %(title)s.%(ext)s