Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
New config for fixing missing values
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdill committed Jul 29, 2019
1 parent beeadcb commit be3c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spider/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"refresh_stats": False, # Look for articles with outdated download info and re-crawl them
"fetch_pubstatus": True, # Check for whether a paper has been published during stat refresh
"fetch_pubdates": True, # Check for publication dates for any papers that have been published
"fetch_urls": True # Get URLs for papers that are missing them
"fetch_missing_fields": True # Get URLs and dates for papers that are missing them
}

perform_ranks = {
Expand Down

0 comments on commit be3c8c3

Please sign in to comment.