We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4229f12 commit d37829dCopy full SHA for d37829d
captcha_solver.py
@@ -18,8 +18,8 @@
18
async def getPageData():
19
global s
20
config = Config()
21
- # add extension if needed
22
- # config.add_extension(os.path.join(os.getcwd(), "plugin/2captcha"))
+ # add extension if needed, comment below line if you don't want to use captcha solver
+ config.add_extension(os.path.join(os.getcwd(), "plugin/2captcha"))
23
driver = await uc.start(config=config)
24
page = await driver.get(target_link)
25
sleep(1)
0 commit comments