* Fix bug introduced in previous version which broke joining
1.12.0
* Added `source` as alias for best available quality (33) * Added `--no-join` option to `download` to skip ffmpeg join (36) * Added `--overwrite` option to `download` to overwrite target without prompting for confirmation (37) * Added `--pager` option to `videos`, don't page by default (30)
1.11.0
* Make downloading more robust, fixes issues with some VODs (35) * Bundle twitch-dl to a standalone archive, simplifying installation, see installation instructions in README
1.10.2
* Fix version number displayed by `twitch-dl --version` (29)
1.10.1
* Fix videos incorrectly identified as clips (28) * Make download command work with video URLs lacking 'www' before 'twitch.tv' * Print an error when video or clip is not found instead of an exception trace
1.10.0
* Add `--quality` option to `download` command, allows specifying the video quality to download. In this case, twitch-dl will require no user input. (22) * Fix download of clips which contain numbers in their slug (24) * Fix URL to video displayed by `videos` command (it was missing /videos/)