Compare commits

..

3 Commits
2.1.2 ... 2.1.3

Author SHA1 Message Date
bcb55be7ad Bump version 2023-05-07 11:50:17 +02:00
a4bdb90faa Update changelog 2023-05-07 11:49:53 +02:00
8db7dd7b8a Updated client id
updated client id to test downloading based on solution here: https://github.com/xenova/chat-downloader/issues/207
2023-05-07 11:45:43 +02:00
5 changed files with 16 additions and 3 deletions

View File

@ -3,6 +3,10 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.1.3 (2023-05-07)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.3)
* Replace client ID with one that works for now (thanks @mwhite34)
### [2.1.2 (2023-04-18)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.2)
* Fix error caused by twitch changing the Usher domain (thanks @adsa95)

View File

@ -1,3 +1,8 @@
2.1.3:
date: 2023-05-07
changes:
- "Replace client ID with one that works for now (thanks @mwhite34)"
2.1.2:
date: 2023-04-18
changes:

View File

@ -3,6 +3,10 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.1.3 (2023-05-07)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.3)
* Replace client ID with one that works for now (thanks @mwhite34)
### [2.1.2 (2023-04-18)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.2)
* Fix error caused by twitch changing the Usher domain (thanks @adsa95)

View File

@ -11,7 +11,7 @@ makes it faster.
setup(
name="twitch-dl",
version="2.1.2",
version="2.1.3",
description="Twitch downloader",
long_description=long_description.strip(),
author="Ivan Habunek",

View File

@ -1,3 +1,3 @@
__version__ = "2.1.2"
__version__ = "2.1.3"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
CLIENT_ID = "kd1unb4b3q4t58fwlpcbzcbnm76a8fp"