Skip to content

1530 implement site wide scraping limit#1696

Open
Luis-manzur wants to merge 5 commits intomainfrom
1530-implement-site-wide-scraping-limit
Open

1530 implement site wide scraping limit#1696
Luis-manzur wants to merge 5 commits intomainfrom
1530-implement-site-wide-scraping-limit

Conversation

@Luis-manzur
Copy link
Copy Markdown
Contributor

This PR Addresses #1530

to test this pick up any site and inherit from OpinionSiteRateLimited or OpinionSiteLinearRateLimited and add the RATE_LIMIT_CONFIG

@Luis-manzur Luis-manzur requested review from flooie and grossir December 9, 2025 21:04
@Luis-manzur Luis-manzur linked an issue Dec 9, 2025 that may be closed by this pull request
@Luis-manzur Luis-manzur moved this to PRs to Review in Sprint (Case Law) Dec 9, 2025
@grossir
Copy link
Copy Markdown
Contributor

grossir commented Apr 2, 2026

We definetly don't want so many new base classes.

It should be either a Mixin the user imports and uses as parent when defining a child scraper; or a flag that triggers code as we do most things in AbstractSite. This PR may have some useful code, I will put this in the backlog for future checks

@grossir grossir removed request for flooie and grossir April 2, 2026 22:17
@grossir grossir moved this from PRs to Review to Backlog in Sprint (Case Law) Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Implement site wide scraping limit

3 participants