Xewdy444 / CF-Clearance-Scraper

A simple program for scraping Cloudflare clearance (cf_clearance) cookies from websites issuing Cloudflare challenges to visitors
MIT License
217 stars 34 forks source link

import Error as PlaywrightError #42

Closed kiennd closed 11 months ago

kiennd commented 11 months ago

I got this error log: Traceback (most recent call last): File "main.py", line 11, in from playwright._impl._api_types import Error as PlaywrightError

I'm using python 3.8, could you tell me which version of python is recommended

Xewdy444 commented 11 months ago

This issue is due to playwright._impl being made private in Playwright version 1.40.0. I have just pushed a commit that fixed this issue.