python/mhtml_to_json.py [68:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    comment_count = find_itemprop(node, "commentCount")
    if comment_count is not None:
        if comment_count.tag == "meta":
            comment_count = comment_count.get("content")
        else:
            comment_count = comment_count.text
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



python/mhtml_to_json.py [133:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    comment_count = find_itemprop(node, "commentCount")
    if comment_count is not None:
        if comment_count.tag == "meta":
            comment_count = comment_count.get("content")
        else:
            comment_count = comment_count.text
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



