diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-04-30 11:55:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-04-30 11:55:23 -0700 |
commit | 81087a5e3b83bde710f44dc08219d0c7af1ec63d (patch) | |
tree | e3166f72300a110c050c964c2310d45f2b070df0 /extra/sitemap/work_urls_query.sh | |
parent | f65f8ffb559826fa9d2ec5fd34d630735519b5dd (diff) | |
download | fatcat-scholar-81087a5e3b83bde710f44dc08219d0c7af1ec63d.tar.gz fatcat-scholar-81087a5e3b83bde710f44dc08219d0c7af1ec63d.zip |
updates to sitemap generation
Diffstat (limited to 'extra/sitemap/work_urls_query.sh')
-rwxr-xr-x | extra/sitemap/work_urls_query.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/sitemap/work_urls_query.sh b/extra/sitemap/work_urls_query.sh index c02eb74..2971f47 100755 --- a/extra/sitemap/work_urls_query.sh +++ b/extra/sitemap/work_urls_query.sh @@ -9,9 +9,8 @@ set -o pipefail # fail if part of a '|' command fails # eg, 2020-08-19 DATE="$1" -# query for specific works - -fatcat-cli search scholar "doc_type:work (fulltext.access_type:ia_file OR fulltext.access_type:wayback) (year:<1925 OR publisher_type:longtail OR publisher_type:oa)" --index-json --limit 0 \ +# query for specific works; about 8.6 million circa 2021-04-29 +fatcat-cli search scholar 'doc_type:work (fulltext.access_type:ia_file OR fulltext.access_type:wayback) (NOT biblio.arxiv_id:*) (NOT biblio.pmcid:*) (NOT biblio.publisher_type:big5) (year:<1926 OR tags:*)' --index-json --limit 0 \ | pv -l \ | jq .key -r \ | tr '_' '/' \ |