Juriscraper

Latest version: v2.6.4

Safety actively analyzes 638430 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 18

2.5.5

Features:

- N/A

Changes:

- Fix failing CAFC Oral Argument Scraper and Back Scraper.

2.5.4

Features:

- Fix Rhode Island scraper

Changes:

- Update to Rhode island Published and Unpublished opinions.

2.5.1

Features:

- The `download_pdf` function used by PACER reports now returns a two-tuple
containing the response object or None and a str. If there is an error,
the response object will be None and the str will have the error message. If
not, the response object will be populated and the str will be empty.

To adapt to the new version you can change old code like this:

r = report.download_pdf(...)

To something like:

r, _ = report.download_pdf(...)

If you wish, you could instead capture errors with something like:

r, msg = report.download_pdf(...)
if msg:
do_something()

Changes:

- Python 3.7 is no longer supported.

- See notes re features.

2.4.11

Features:

- N/A

Changes:

- Add MIME parser to parse PACER emails notifications
- Small fix to fetch free PACER documents using magic links

2.4.10

Features:

- N/A

Changes:

- Small fix for NM

2.4.9

Features:

- N/A

Changes:

- Updates Ark, ArkCtApp, NM, NMCtApp to self throttle. Add login HTTP validation for PACER

Page 16 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.