egbertbouman/youtube-comment-downloader

YouTube's New "Paid-Comment-Chip"

d0tN3t opened this issue · 2 comments

I just noticed YouTube has added a badge for paid comments. Anyway of extracting this as well?

https://www.youtube.com/watch?v=9SmWpqbV9KA&ab_channel=GamersNexus
Screen Shot 2022-03-06 at 10 57 07 PM

You can add this line:

'paid_amount': comment['paidCommentChipRenderer']['pdgCommentChipRenderer']['chipText'].get('simpleText','0') if 'paidCommentChipRenderer' in comment else 0,

Thanks! I've just updated the script to include this.