Releases: taizan-hokuto/pytchat
v0.1.7 released
Fix
- Fixed a case where video information could not be extracted correctly. (#17)
v0.1.6 released
Fix
- Fixed requirements.txt for setup.
v0.1.5 released
- Replaced the http client with httpx instead of requests / aiohttp. (#13)
The default communication behavior is now via http2. (Except in some cases)
CLI :
- Show progress bar while extracting chats.
- New option
--save_error_data
. If this option is specified, the error data will be saved as a.dat
file when the error occurs. (CLI only)
v0.1.4 released
Fix
CLI:
Fixed an error in getting video information. (Issue #14)
Fixed an error occurring when specifying a url with video id.
v0.1.1 released
v0.1.1
enhancement
-
Extracting video IDs from URL. (for issue #10)
You can specify a URL that contains a video ID to thevideo_id
parameter, and the video ID will be extracted automatically.
This feature is also available in the-v
parameter of the CLI. -
Added colors attributes to Default Processor.
fix
- Fixed an unintended exception in some situations.
v0.0.9 released
Enhanced
HTMLArchiver : Enabled to embed custom emojis in HTML file.
Chat Processors : Implemented finalize()
function. When chat fetching finished, execute finalization process.
v0.0.8 released
Enhanced
The generation of initial continuation parameter is now about 40% faster than before.
New function raise_for_status()
for catching the cause of chat termination.
v0.0.7.2 released
Fix
Fixed the handling of chat data when they do not exist.
v0.0.7 released
Fix
- Compatible with new format of membership.
- Process of termination on the multithread listener.
v0.0.6.6 released
Hotfix
Extractor : Retry fetching data when JSONDecodeError has occurred, (Issue #3 )