speedyconzales / series-scraper

A tool for scraping series and anime from multiple sites and multiple hosters.
https://hub.docker.com/repository/docker/speedyconzales/series-scraper/general
GNU General Public License v3.0
4 stars 0 forks source link

Captcha Plugin for Chrome Automatic Resolver for Captchas #6

Closed shedowe19 closed 6 months ago

shedowe19 commented 6 months ago

https://chromewebstore.google.com/detail/captcha-solver-auto-hcapt/hlifkpholllijblknnmbfagnkjneagid?utm_source=ext_app_menu

Can i add extensions to the Browser that is always there?

This is auto reCapcha resolver

shedowe19 commented 6 months ago

This Worked with bs.to

speedyconzales commented 6 months ago

I will have a look. already thought about adding this

speedyconzales commented 6 months ago

with #8 on its way I do not think that this is possible due to https://stackoverflow.com/questions/75909838/trying-to-use-extension-in-seleniumbase

shedowe19 commented 6 months ago

with SB(uc=True, headless=False, extension_dir=r"B:\Users\Admin\Downloads\Compressed\series-scraper-feature-selenium-base\Extensions\13c3bb8f-e454-419b-b364-9f01572faa98") as sb:

This will work

and now is automated

shedowe19 commented 6 months ago

unpacked extension worked

shedowe19 commented 6 months ago

Now the headless Mode function Perfectly

speedyconzales commented 6 months ago

Glad it works then, although it is more and more preparation work, which I don't like. I will think about a solution that just works.