amit-bhandari / automate-torrents-download

Simple Python script to automate torrents download from web
7 stars 2 forks source link

Filestream no longer works #1

Open APratham opened 5 years ago

APratham commented 5 years ago

I've tried running the code on my Selenium+Python installation on my machine. I needed to make a few changes to make it run on Chrome. When it finally did run, I realised Filestream is now using reCaptcha for logging in. It detected that a bot is trying to log in and showed the verification dialog. Since Selenium obviously doesn't know what to do with it, the script shows an error. So I suggest using some other file manager and accordingly making changes

amit-bhandari commented 5 years ago

Hi,

Thanks for trying out the script. I am no longer maintaining this repo. If you want, you can open a PR for the same and I would merge it here,

Thanks.