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