aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar')
-rw-r--r--fatcat_scholar/work_pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py
index ea33a01..fd85089 100644
--- a/fatcat_scholar/work_pipeline.py
+++ b/fatcat_scholar/work_pipeline.py
@@ -317,7 +317,7 @@ class WorkPipeline:
html_fulltext: Optional[Any] = None
for ident in pref_idents:
release = release_dict[ident]
- if not release.files:
+ if not (release.files or release.webcaptures):
continue
for fe in release.files:
if not fe.sha1 or fe.mimetype not in (None, "application/pdf"):