Skip to content
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(cadc): implement new site #1281

Merged
merged 2 commits into from
Dec 31, 2024
Merged

fix(cadc): implement new site #1281

merged 2 commits into from
Dec 31, 2024

Conversation

grossir
Copy link
Contributor

@grossir grossir commented Dec 31, 2024

Fixes #1280

Site had changed for cadc, cadc_pi, cadc_u

Fixes #1280

Site had changed for cadc, cadc_pi, cadc_u
@grossir grossir requested a review from flooie December 31, 2024 15:11


class Site(OpinionSite):
class Site(OpinionSiteLinear):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the typical author/ date / etc information that we normally have. Otherwise this looks good to me.

Copy link
Contributor

@flooie flooie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me thanks for updating this one

@flooie flooie merged commit 675c7d7 into main Dec 31, 2024
12 checks passed
@flooie flooie deleted the fix_cadc branch December 31, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

cadc opinion scrapers failing
2 participants