xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
654 stars 58 forks source link

Can't bypass cookies popup in bookwalker.jp #56

Closed miish3lov closed 3 years ago

miish3lov commented 3 years ago

it seems like a new pop up from bookwalker.jp This is from error.png

image

Selenium gets interrupted by this pop up, I tried googling a workaround and there are plenty, but I'm not really good with codes so I ended up failing to solve the problem. Any suggestions?

Ki11masler commented 3 years ago

I also have this issue and can't get it to work. Any help would be greatly appreciated.

xuzhengyi1995 commented 3 years ago

I have another idea now, maybe we could add some code of canvas in the Blink rendering engine, the JS code will draw the image on canvas with it's original size, it's easier for us to get the original image with out the barcode.

I think this method is much more simple than the current implementation, and it can get the really original image. And this new method will work no matter how BW change their site (Unless they don't use the canvas to draw the image).

I would try the new method and fix this problem if I had some time.

xuzhengyi1995 commented 3 years ago

Maybe can try the new tool in readme, it is much more easier to use.

xuzhengyi1995 commented 3 years ago

Please check the new method with customized chromium browser, this new method is much more easier to use and could get the original image without bar code, will close this issue, thanks!