aboutsummaryrefslogtreecommitdiffstats
path: root/extra/sitemap/work_urls_query.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sitemap/work_urls_query.sh')
-rwxr-xr-xextra/sitemap/work_urls_query.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/sitemap/work_urls_query.sh b/extra/sitemap/work_urls_query.sh
index 2971f47..98475ff 100755
--- a/extra/sitemap/work_urls_query.sh
+++ b/extra/sitemap/work_urls_query.sh
@@ -16,5 +16,3 @@ fatcat-cli search scholar 'doc_type:work (fulltext.access_type:ia_file OR fullte
| tr '_' '/' \
| awk '{print "https://scholar.archive.org/" $1}' \
| split --lines 20000 - sitemap-works-$DATE- -d -a 5 --additional-suffix .txt
-
-gzip sitemap-works-*.txt