Skip to content

Commit

Permalink
fix(ca2): Fix oral arguments ca2
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo authored and quevon24 committed Dec 11, 2023
1 parent 8f4473b commit d3c4482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Site(OralArgumentSiteLinear):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.court_id = self.__module__
self.url = "https://www.ca2.uscourts.gov/decisions"
self.url = "https://ww3.ca2.uscourts.gov/decisions"
self.method = "POST"
self.base_xpath = '//tr[contains(.//a/@href, "mp3")]'
self.parameters = {
Expand Down

0 comments on commit d3c4482

Please sign in to comment.