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

feat!: Enable additional status codes arguments to PlaywrightCrawler #959

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pijukatel
Copy link
Contributor

@Pijukatel Pijukatel commented Feb 5, 2025

Description

Add additional_http_error_status_codes and ignore_http_error_status_codes to PlaywrightCrawler.
Since they exist now on all crawlers, move them to BasicCrawler level.
Do not use _http_client attributes for getting additional status codes related variables.

Breaking: Remove HttpCrawlerOptions -> No unique options compared to BasicCrawlerOptions anymore.

Issues

Since they exist now on all crawlers, move them to basic crawler level.
@github-actions github-actions bot added this to the 107th sprint - Tooling team milestone Feb 5, 2025
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ignore_http_error_status_codes and additional_http_error_status_codes arguments to PlaywrightCrawler
1 participant