Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Releases: taizan-hokuto/pytchat

v0.1.7 released

03 Sep 16:59
Compare
Choose a tag to compare

Fix

  • Fixed a case where video information could not be extracted correctly. (#17)

v0.1.6 released

03 Sep 12:29
Compare
Choose a tag to compare

Fix

  • Fixed requirements.txt for setup.

v0.1.5 released

03 Sep 12:18
Compare
Choose a tag to compare
  • 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

21 Aug 13:31
Compare
Choose a tag to compare

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

24 Jul 08:37
Compare
Choose a tag to compare

v0.1.1

enhancement

  • Extracting video IDs from URL. (for issue #10)
    You can specify a URL that contains a video ID to the video_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

12 Jul 17:01
Compare
Choose a tag to compare

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

17 Jun 15:20
Compare
Choose a tag to compare

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

21 May 17:44
Compare
Choose a tag to compare

Fix

Fixed the handling of chat data when they do not exist.

v0.0.7 released

05 May 14:16
Compare
Choose a tag to compare

Fix

  • Compatible with new format of membership.
  • Process of termination on the multithread listener.

v0.0.6.6 released

14 Mar 01:32
Compare
Choose a tag to compare

Hotfix

Extractor : Retry fetching data when JSONDecodeError has occurred, (Issue #3 )