-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cal-ag): Fix Cal AG #881
Conversation
Use custom SSL adapter
Should resolve issue #814 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works fine on juriscraper. Will need to be tested when integrated into courtlistener for the get_binary_content
stage
I noticed an enhancement opportunity while testing, see #884
Add citations Improve case name Streamline collection Update tests
@grossir could you re-review this please. In light of your comments - I thought it best to just clean it up and add citations. |
this should now fix #884 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a change needed in this PR, but eyecite will need an update to parse this citation format. Currently:
from eyecite import get_citations
get_citations('106 Ops.Cal.Atty.Gen. 1')
> []
Thanks - I bumped reporters-db so it should be good to go the next time we bump CL |
Add custom SSL adapter to make connections to server possible.