Skip to content

Commit

Permalink
Added test_collection to excluded collections in IAAnalysisHarvest co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
mlichtenberg committed Dec 3, 2018
1 parent cb2d868 commit 21935ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IAAnalysisHarvest/App.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- ####################################################### -->
<!-- Internet Archive service URLs -->
<add key="SearchListIdentifiersUrl" value="http://www.archive.org/advancedsearch.php?q=-uploader:jillytmd@gmail.com+AND+-collection:biodiversity+AND-collection:usfederalcourts+AND+mediatype:texts+AND+oai_updatedate:[{0}+TO+{1}]&amp;fl[]=identifier&amp;fl[]=oai_updatedate&amp;rows=2000000&amp;fmt=xml&amp;xmlsearch=Search" />
<add key="SearchListIdentifiersUrl" value="http://www.archive.org/advancedsearch.php?q=-uploader:jillytmd@gmail.com+AND+-collection:biodiversity+AND-collection:usfederalcourts+AND+-collection:royalbotanicgardenedinburgh+AND+-collection:usda-nurseryandseedcatalog+AND+-collection:test_collection+AND+mediatype:texts+AND+oai_updatedate:[{0}+TO+{1}]&amp;fl[]=identifier&amp;fl[]=oai_updatedate&amp;rows=2000000&amp;fmt=xml&amp;xmlsearch=Search" />
<!-- ####################################################### -->
<!-- Internet Archive files and file extensions -->
<add key="MetadataExtension" value="_meta.xml"/>
Expand Down

0 comments on commit 21935ac

Please sign in to comment.