diff --git a/sourcing/edl.py b/sourcing/edl.py index de94337..f04bb6f 100644 --- a/sourcing/edl.py +++ b/sourcing/edl.py @@ -12,7 +12,7 @@ max_sourcedoc_size = 600000 def fulfil_edl(edl): text = {} - for url, start, length in parse_edl(edl): + for url, start, length in parse_edl(edl)['spans']: if url not in text: text[url] = get_text(url)