소스 검색

Fix deduplication within each section processing

master
JustAnotherArchivist 4 년 전
부모
커밋
256a94443e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      wiki-recursive-extract-normalise

+ 5
- 0
wiki-recursive-extract-normalise 파일 보기

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


불러오는 중...
취소
저장