- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks but isnt working for me, if I grab the url from the source, then I get an errors "invalid http response" from chrome, I tried the python script and it spits this out.
I wonder if this is deliberate by VM, and those large corporates with many licenses have a working download page instead.
INFO:./vmware-exi-dl.py:Expected MD5='cee025ba50f118d8b06a8025bd1134d5' SHA1='fbfef38e102543427d4c62f4033cd292999325a8' SHA256='bcbd495b7fdf33796b89bbbe9ef03fcd31f10a943cc30255353565131b7397a9'
Traceback (most recent call last):
File "./vmware-exi-dl.py", line 100, in <module>
filename = basename(urllib.parse.urlparse(real_dl_url).path)
AttributeError: 'module' object has no attribute 'parse'
--edit--
I upgraded python and all is good, thanks.