philbot9 / youtube-comments-task

Scrape comments, including their replies, from a YouTube video.
ISC License
39 stars 4 forks source link

Switch to scraping from new comment endpoint #3

Open philbot9 opened 6 years ago

philbot9 commented 6 years ago

There seems to be a new API endpoint for comments, now. The old one still works, but there have been issues where the last page of comments still contains a nextPageToken parameter.

https://www.youtube.com/comment_service_ajax?action_get_comments=1

https://www.youtube.com/comment_service_ajax?action_get_comment_replies=1