Skip to content

chat-downloader (v0.1.5)

Choose a tag to compare

@xenova xenova released this 19 Jul 13:37
· 186 commits to master since this release
a503c2c

Sites:

Reddit

  • Added support for past broadcasts
  • Added test cases for past broadcasts
  • Improved robustness and added authentication token
  • Removed sleeping between requests
  • Randomly choose RPAN subreddit when testing
  • Added support for update_comment_score message type

Facebook

  • Added generate_urls functionality
  • Fixed title extraction
  • Discovered Event attachment type

YouTube

  • Fix authentication when using multiple accounts

Twitch

  • Discovered charity message types

Misc:

Logging

  • Changed logging to use global variables and methods
  • Removed params as an argument for helper methods

Utils

  • Fixed precedence issue for removing leading zeroes
  • Fixed issue when specifying negative indices for multi_get
  • Added chunks method for splitting lists into chunks
  • Added regex_search method

Output

  • Added .jsonl writer and removed --json_lines argument