const comment = {
                                root: $(".comment-renderer-text-content", root).text(),
                                author: author.text(),
                                author_id: author.data("ytid"),
                                like: check_like_score($(".comment-renderer-like-count.off", root).text())