"Rather than unnecessarily extending the number of new VTuber debuts, our plan is to engage in solid productions at a pace which doesn't dilute the brand value of hololive productions, and to generate new debuts that contribute to the enhancement of the brand value"Kaneko Yosuke, CFO hololive

Archiving and You

21st Century Pipkin Man

rabbit's foot, vomit drawer
Joined:  Jan 18, 2023
What's the best way to collect a user's youtube comments/chat posts?
I'm not sure if there's a way to stalk someone's comments across several videos. However, you can use this to only download all comments per video via yt-dlp, and then search that for a specific user:
yt-dlp --write-comments --no-download URLGOESHERE

Note that this saves all the data on each comment, including likes, pin/fav status, and the account ID and URL of each commenter. Very handy for archival and search, but not something you'd want to scroll and read through. It also includes the video metadata.
 
Top Bottom