mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Bump version, changelog
This commit is contained in:
parent
4edf299780
commit
d8863ac695
@ -1,6 +1,13 @@
|
|||||||
Twitch Downloader change log
|
Twitch Downloader change log
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
1.10.1 (2020-08-09)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* 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 (2020-08-07)
|
1.10.0 (2020-08-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ makes it faster.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='twitch-dl',
|
name='twitch-dl',
|
||||||
version='1.10.0',
|
version='1.10.1',
|
||||||
description='Twitch downloader',
|
description='Twitch downloader',
|
||||||
long_description=long_description.strip(),
|
long_description=long_description.strip(),
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
Loading…
Reference in New Issue
Block a user