Beispiel #1
0
def parse_data(url, content):
    data = extract_data(url, content)
    if not data:
        return {}
    return data