fix: handle blocked request by Mantisus · Pull Request #234 · apify/crawlee-python

@Mantisus

Description

Replaced find to select_one because find does not support CSS selectors, which caused incorrect behavior.

Related issues

#230

@Mantisus

@Mantisus

@janbuchar janbuchar changed the title Fix handle blocked request fix: handle blocked request

Jun 26, 2024

janbuchar

Choose a reason for hiding this comment

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

Thank you for your contribution! Before we merge this, please run make format and update the changelog.

janbuchar