Bug fix EDL code.

This commit is contained in:
Edward Betts 2018-05-31 12:17:25 +01:00
parent 59b1511e17
commit 0037c52255

View file

@ -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)