Skip to content

Commit

Permalink
switch to our own hosted copy of the CLDR data
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyn Speer committed Apr 10, 2020
1 parent 9a74510 commit 0a18951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ rule download_unicode_data:
output:
DATA + "/raw/cldr-common-" + CLDR_VERSION + ".zip"
shell:
"wget -nv http://unicode.org/Public/cldr/{CLDR_VERSION_SHORT}/cldr-common-{CLDR_VERSION}.zip -O {output}"
"wget -nv https://conceptnet.s3.amazonaws.com/downloads/2020/cldr-common-{CLDR_VERSION}.zip -O {output}"

rule extract_raw:
input:
Expand Down

0 comments on commit 0a18951

Please sign in to comment.