Skip to content

yt_clipper v5.7.0 [2022.02.10]

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 02:34

Clipper Changes

  • Add --format-sort/-S option for specifying the sorting used to determine the best audio and video formats to download.
    • The sorting is specified as a comma-separated list of sort fields that describe audio/video formats.
    • This option is ignored by youtube_dl but is supported by yt_dlp.
    • See https://github.com/yt-dlp/yt-dlp#sorting-formats for details and descriptions on available sort fields.
    • The default value of --format-sort/-S is set to use a sort closer to the behavior of youtube_dl.
      • The sort is similar to the default of yt_dlp but favors higher filesize and bitrate over specific codecs.
  • Update yt_dlp dependency from 2021.12.27 to 2022.02.04.