示例#1
0
def parse_video_information(raw):
    raw = raw.splitlines()[1]
    return getJson(raw)