From 12db06ae8cd1c689d18fab94e5d5c1310b3cb378 Mon Sep 17 00:00:00 2001 From: Gretchen Miller Date: Mon, 23 Sep 2024 16:38:35 -0700 Subject: [PATCH] WT-2950 fix typos --- brozzler/worker.py | 2 +- job-conf.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/brozzler/worker.py b/brozzler/worker.py index 89179e7..faa7081 100644 --- a/brozzler/worker.py +++ b/brozzler/worker.py @@ -329,7 +329,7 @@ class BrozzlerWorker: def _is_pdf(self, page_headers) -> bool: """ - Determinse if the page's Content-Type header specifies that it is a PDF. + Determines if the page's Content-Type header specifies that it is a PDF. """ return ( "content-type" in page_headers diff --git a/job-conf.rst b/job-conf.rst index 9873e14..d0428ca 100644 --- a/job-conf.rst +++ b/job-conf.rst @@ -117,7 +117,7 @@ seeds starving out other jobs. Limits capture to PDFs based on MIME type. This value will only impact processing of outlinks within Brozzler. Fully limiting a crawl to only PDFs requires an additional entry in the Warcprox-Meta header ``mime-type-filters`` -key to fully block videos by MIME type. +key. ``seeds`` ~~~~~~~~~