-
-
Notifications
You must be signed in to change notification settings - Fork 128
fix(ariz): update download URLs to use new cdn domain #1475
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
base: main
Are you sure you want to change the base?
Conversation
return [ | ||
href.replace( | ||
"http://www.azcourts.gov", "https://opinions.azcourts.gov" | ||
) | ||
for href in self.html.xpath(path) | ||
] | ||
|
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.
why did we make this change.
I see no difference when I test both versions.
Also - if we are updating Arizona - let's move it to opinionsitelinear
.
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.
Im not sure I understand if this is a fix or not but lets revamp ariz to opinionsitelinear while we are updating it.
as I mentioned in the parent issue, new files are returning 404 template if we use old url |
# Conflicts: # CHANGES.md
Bug Fixes:
_get_download_urls
method inariz.py
to replace URLs. This ensures compatibility with the updated source site.