From b86531ab823f7355e2439940c2d9eef8b1b6d1af Mon Sep 17 00:00:00 2001 From: Mike Stucka Date: Fri, 20 Sep 2024 10:34:29 -0400 Subject: [PATCH] Update to-do list --- clean/platforms/nextrequest.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clean/platforms/nextrequest.py b/clean/platforms/nextrequest.py index 5fc7a1a4..df5cc6b0 100644 --- a/clean/platforms/nextrequest.py +++ b/clean/platforms/nextrequest.py @@ -11,12 +11,6 @@ """ To-dos include: - -- Set a max number of documents and test against that in the scraper section. Max docs should - probably be in the fingerprinting section. Scraper should throw a warning -- Hey, you've asked - for more than 9,950 docs -- not scraping ... - - -- Build out LAPD example as actual thing usable as a template. - -- Figure out what the heck to do with things like https://lacity.nextrequest.com/requests/21-2648 Recursion was not part of the plan. """