NomadThanatos / readmoo-dl

106 stars 24 forks source link

Login fail due to reCAPTCHA #2

Closed NomadThanatos closed 3 years ago

NomadThanatos commented 3 years ago

I have 2 potential solutions here.

  1. Init login with the cookies from user login the website. this solution is validated by my testing, but it will be really hard to use.
  2. Use Selenium to mimic the login process, this is not validated by myself yet, but even it works, it still need handle cookies to use HTTP lib to download files as Selenium is not designed for downloading files.
NomadThanatos commented 3 years ago

Tried option 2, it can work perfectly.