Skip to content

yt_clipper v5.27.0 [2024.10.11]

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 21:26

5.27.0 (2024-10-11)

Features

  • clipper: auto update yt-dlp bundled in frozen releases (5728875)
    • adds option --no-ytdl-auto-update to disable automatic updating of bundled yt-dlp
    • adds option --ytdl-location to override the location of yt-dlp
    • changes option --version to print only yt_clipper's version
    • adds option --print-versions to print versions of yt_clipper and its major dependencies
  • clipper: use binary yt-dlp cli to enable updating yt-dlp dep independently (9316fd4)
    • removes legacy youtube-dl support which hasn't been updated in several years
  • clipper: by default, read additional args from arg file ../yt_clipper_default_args.txt for frozen releases (d00d0b6)
  • clipper: organize options into groups, use rich-argparse for richer help output (fa7ac45)