79458528

Date: 2025-02-21 20:12:33
Score: 1.5
Natty:
Report link

Issues:

Incorrect start_urls usage in start_requests

start_urls is a class attribute, and in start_requests, you should reference self.start_urls. Incorrect use of Page.locator

Page is not defined in your parse function. You need to extract the page from the meta field in response. Incorrect indentation for CrawlerProcess

process = CrawlerProcess() and related lines should not be inside the class. Missing imports

You need to import scrapy, CrawlerProcess, and PageMethod from playwright.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: New Hope Physiotherapy Inc.