예제 #1
0
파일: parser.py 프로젝트: alshain/xbmc-sftv
def parse_video_information(raw):
    raw = raw.splitlines()[1]
    return getJson(raw)