wikipedia: wget didnt download, skip index generation

This commit is contained in:
marc tobias
2020-02-10 17:20:11 +01:00
parent 0698757e6e
commit 6c6560ca53
2 changed files with 99 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ mysql2pgsqlcmd() {
download() {
echo "Downloading $1"
wget --quiet --no-clobber --tries 3
wget --quiet --no-clobber --tries 3 "$1"
}
# languages to process (refer to List of Wikipedias here: https://en.wikipedia.org/wiki/List_of_Wikipedias)