leonidessaguisagjr / webdriverdownloader

Python module to facilitate downloading and deploying WebDriver binaries. Currently supporting geckodriver, chromedriver and operachromiumdriver.
https://pypi.org/project/webdriverdownloader/
MIT License
20 stars 17 forks source link

Added a fallback download method for geckodriver #3

Closed quarckster closed 5 years ago

quarckster commented 5 years ago

It should fix #2, which caused by the rate api limit exceeding. In the case when the limit exceeded the downloader uses a fallback method where it parses https://github.com/mozilla/geckodriver/releases page.

rasjani commented 5 years ago

if you could extend the changes to also cover opera - as it is also hosted in github - i would take the pr with a smile into my fork. As it doesnt seem to be possible to get pr's into this project.