Skip to content

Commit

Permalink
fix(scraper/web): add initial captcha detection
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Jan 26, 2025
1 parent 3fa83ec commit 75d8449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npiai/tools/scrapers/web/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ async def init_data(self, ctx: Context):
url=self.url,
timeout=3000,
wait_for_selector=self.items_selector,
force_capcha_detection=True,
)

async def next_items(
Expand Down

0 comments on commit 75d8449

Please sign in to comment.