Juriscraper

Latest version: v2.6.1

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

Scan your dependencies

Page 15 of 17

2.5.8

Features:

- N/A

Changes:

- Fix Michigan Supreme Court

2.5.7

Features:

- N/A

Changes:

- Added support for more PACER download document errors messages
- Update thomas name in test files
- Drop future opinions
- Update url pattern for Wyoming
- Fix all failing Illinois Oral Argument Scrapers

2.5.6

Features:

- N/A

Changes:

- Fix Mass Land Court scraper

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.

Page 15 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.