Explorar el Código

Fix deduplication within each section processing

master
JustAnotherArchivist hace 4 años
padre
commit
256a94443e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      wiki-recursive-extract-normalise

+ 5
- 0
wiki-recursive-extract-normalise Ver fichero

@@ -51,6 +51,11 @@ do
url="${url%% | *}"
fi

if [[ "${sectionUrls[${url}]}" ]]
then
# Processed already, skip
continue
fi
sectionUrls["${url}"]=1
toProcess=("${url}")
while [[ ${#toProcess[@]} -gt 0 ]]


Cargando…
Cancelar
Guardar