coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 639 forks source link

unknown url type: %s" % self.__original #84

Closed maxdd closed 9 years ago

maxdd commented 10 years ago

[download] Destination: Downloaded\16.101x Introduction to Aerodynamics\07-NASA video - centroid (centre of gravity) of aircraft.mp4 [download] 100% of 37.47MiB in 00:1898MiB/s ETA 00:0036 Traceback (most recent call last): File "C:\Python27\edx-downloader\edx-dl.py", line 403, in main() File "C:\Python27\edx-downloader\edx-dl.py", line 381, in main subs_string = edx_get_subtitle(s, headers) File "C:\Python27\edx-downloader\edx-dl.py", line 143, in edx_get_subtitle jsonString = get_page_contents(url, headers) File "C:\Python27\edx-downloader\edx-dl.py", line 104, in get_page_contents result = urlopen(Request(url, None, headers)) File "C:\Python27\lib\urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) File "C:\Python27\lib\urllib2.py", line 396, in open protocol = req.get_type() File "C:\Python27\lib\urllib2.py", line 258, in get_type raise ValueError, "unknown url type: %s" % self.__original ValueError: unknown url type:

iemejia commented 9 years ago

I am closing this since it seems to be solved now and it is more than a year old. Please report it if there are still issues.