"You ain't it, lady. Your tits are fake. I know you're actually a DUDE on the Internet"Kaneko Lumi

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.
 

Dinah

Member
Joined:  Apr 16, 2025
Does the yt-dlp script work for unarchived streams?
Would it have to be run right after the end of the stream when the link is still up?
 
  • Like
Reactions: Icy
For Archiving Unarchived Livestreams (Only while they're live) New

DTrp

"I would be shot at for her"
Joined:  Dec 1, 2023
Does the yt-dlp script work for unarchived streams?
Would it have to be run right after the end of the stream when the link is still up?
while the stream is live, run this
(click the "releases" section on the right, download zip, and extract to your working directory)
once it's privated or removed, it can no longer be downloaded
 
Last edited:

Dinah

Member
Joined:  Apr 16, 2025
Top Bottom