diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-15 10:42:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-15 10:42:20 -0700 |
commit | 4d56e71598457489e9f71ef4ce5c9b0254a4cce1 (patch) | |
tree | 3608a12e9b5f221d3667989843ee24324efa948f /python/README_import.md | |
parent | ffee70b116f2683ca24e8046144fa078f2964774 (diff) | |
download | fatcat-4d56e71598457489e9f71ef4ce5c9b0254a4cce1.tar.gz fatcat-4d56e71598457489e9f71ef4ce5c9b0254a4cce1.zip |
fix default mimetype (impacted pre-1923 files)
Diffstat (limited to 'python/README_import.md')
-rw-r--r-- | python/README_import.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README_import.md b/python/README_import.md index d4abe400..04b838f8 100644 --- a/python/README_import.md +++ b/python/README_import.md @@ -83,5 +83,5 @@ Run import in parallel: export FATCAT_EDITGROUP_DESCRIPTION="File/DOI matching to user-uploaded pre-1923 and pre-1909 paper corpus on archive.org" export FATCAT_API_AUTH_TOKEN=... (FATCAT_AUTH_WORKER_ARCHIVE_ORG) - zcat /srv/fatcat/datasets/crossref-pre-1923-scholarly-works.matched.json.gz | time parallel -j12 --round-robin --pipe ./fatcat_import.py matched - + zcat /srv/fatcat/datasets/crossref-pre-1923-scholarly-works.matched.json.gz | time parallel -j12 --round-robin --pipe ./fatcat_import.py matched - --default-mime 'application/pdf' |