Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Twitch Chat Replay, only first 30 seconds get downloaded #12266
Comments
|
This is a bit out of date as apparently the host |
|
So seems currently I'm getting
|
|
For the time being, use Twitch Chat Downloader by Petter Kraabøl: https://github.com/PetterKraabol/Twitch-Chat-Downloader It's an extra step but it's pretty advanced and does the job. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.02.24.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Description of your issue, suggested solution and other information
Only the first messages are being saved to file. According to this forum post at discuss.dev.twitch.tv the API only sends out a 30 second window after the requested timestamp.
So hundreds requests must be made, also there has to be a time delay or users might get banned from Twitch, AFAIK.
There's a python script that sucessfully downloads an entire chat replay in human readable plain text omitting the uninteresting JSON details. The developer commented in his code that he has to account for duplicate lines which will be sent when requesting the 30 second snippets, just FYI.