Skip to content

twitch-dl 2.2.0

Compare
Choose a tag to compare
@ihabunek ihabunek released this 10 Apr 06:33
· 138 commits to master since this release
bce573e
 * **Requires Python 3.8+**
 * Migrated to Click library for generating the commandline interface
 * Add shell auto completion, see 'Shell completion' in docs.
 * Add setting defaults via environment variables, see 'Environment
   variables' in docs
 * Add `download --concat` option to avoid using ffmeg for joinig vods
   and concat them instead. This will produce a `.ts` file by default.
 * Add `download --dry-run` option to skip actual download (thanks
   @metacoma)
 * Add video description to metadata (#129)
 * Add `clips --compact` option for listing clips in one-per-line mode