diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-09-06 16:53:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-09-06 16:53:21 -0700 |
commit | 55a00912586a2aea705687472578dc9e8486be5e (patch) | |
tree | cb7d0f9aa3c7b94c14ea782763278410f464d405 /data | |
parent | b2cba5cc78f9ce1e1602252e0bc3195551e09326 (diff) | |
download | chocula-55a00912586a2aea705687472578dc9e8486be5e.tar.gz chocula-55a00912586a2aea705687472578dc9e8486be5e.zip |
use newer fatcat contianer dump
Diffstat (limited to 'data')
-rwxr-xr-x | data/fetch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/fetch.sh b/data/fetch.sh index 7d3e805..182953d 100755 --- a/data/fetch.sh +++ b/data/fetch.sh @@ -49,3 +49,5 @@ wget -c https://archive.org/download/wikidata-journal-metadata/wikidata_journals wget -c https://archive.org/download/chocula-journal-counts/url_status.2019-07-31.partial-ia.json wget -c https://archive.org/download/chocula-journal-counts/url_status.2019-07-31.partial-robocracy.json +wget -c https://archive.org/download/fatcat_bulk_exports_2019-07-07/container_export.2019-09-03.json.gz +zcat container_export.2019-09-03.json.gz > container_export.2019-09-03.json |