Witness-senpai / fakku-downloader

Script that allows download manga directly from fakku.net.
MIT License
53 stars 11 forks source link

Passthrough not supported, GL disabled? #22

Closed idrfcare closed 2 years ago

idrfcare commented 3 years ago

hi, anyone knows why this happened? Capture12345

Xitherun commented 3 years ago

Edit line 190 of downloader.py and change this:

self.browser.find_element_by_class_name('js-submit').click()

To this:

self.browser.find_element_by_class_name('js-submit-login').click()

HeartFire01 commented 3 years ago

Edit line 190 of downloader.py and change this:

self.browser.find_element_by_class_name('js-submit').click()

To this:

self.browser.find_element_by_class_name('js-submit-login').click()

Stil not working after change that line... image image

idrfcare commented 3 years ago

i can't use chrome 94, i need to use chrome 91, how to downgrade the chrome version?

idrfcare commented 2 years ago

idk what happen but it suddenly works