Skip to content

yt_clipper v5.2.0 [2021.10.09]

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 19:54

Markup Changes

  • Fix markers with a start or end time of 0 incorrectly loaded from markers json files.
  • Remove unused outputDuration key from saved markers json.

Clipper Changes

  • Add --youtube-dl-alternative/-ytda option.
    • The options currently are youtube_dl or yt_dlp.
    • The yt_dlp alternative is currently being more regularly updated and includes some fixes over youtube_dl.
      • For example, some slowdown issues when downloading videos seem to be fixed in yt_dlp.
      • This yt_clipper release includes yt_dlp v2021.09.26.
    • Usage of yt_dlp is currently experimental and may have unexpected behavior.
  • Show default option values when printing help with --help or the yt_clipper_options helper script.
  • Fix incorrect --preview help string.