channouze / VaultLeech

Download Vault videos for offline use
GNU General Public License v3.0
1 stars 0 forks source link

Lay the groundwork for SSL connections #9

Open channouze opened 7 years ago

channouze commented 7 years ago

Right now the website is plain http but at some point it will probably switch to SSL (at least for login). Make sure we're prepared to transition to this.

channouze commented 6 years ago

So lxml etree does not support SSL out of the box. Workaround is to use urllib2 with urlopen() instead: https://stackoverflow.com/questions/7882673/what-is-the-deal-about-https-when-using-lxml