python - How do I download file on Mega since it does not work using urllib.urlretrieve? -
when try urllib.urlretrieve(url) not work expected , returns nothing when try on mega how :
- download file using python (windows)
- upload file using python (windows)
thanks
mega encrypted client-side, using js, option might use headless browser phantomjs. or provided c++ sdk
Comments
Post a Comment