Skip to content

chat-downloader (v0.1.8)

Choose a tag to compare

@xenova xenova released this 03 Aug 00:14
· 79 commits to master since this release
6aa8283

Sites:

General

  • Improved video data extraction

YouTube

  • Added support for YouTube clips
  • Fixed get_user_videos method (#114)

Reddit

  • Fixed authentication issue

Facebook

  • Retry on rate-limit exceeded error

Other:

Output

  • Added lazy_initialisation option (only initialise when first message is retrieved)
  • Added output file formatting

Core

  • Added more keys to Chat items

Testing

  • Improved site-specific tests

Utils

  • Fixed try_parse_json method
  • Added fallback support for python 3.6 when parsing iso8601 date

Misc

  • Changed .format to f-strings