Comment on Ask HN: YouTube – how to batch scrape comments and details for 300 videos?Comments−Leftium2yUse: `yt-dlp --write-comments --no-download --batch-file FILE`- FILE is a text file with a list of YouTube id's/URL's- https://superuser.com/a/1732443/4390- https://github.com/yt-dlp/yt-dlp
Comments
Use: `yt-dlp --write-comments --no-download --batch-file FILE`
- FILE is a text file with a list of YouTube id's/URL's
- https://superuser.com/a/1732443/4390
- https://github.com/yt-dlp/yt-dlp