coiby / edx-downloader

A simple tool to download video lectures from edx.org.
17 stars 10 forks source link

list index out of range #4

Open Leon-Huang opened 8 years ago

Leon-Huang commented 8 years ago

[leon@bogon Desktop]$ ./edx-dl Traceback (most recent call last): File "", line 650, in File "", line 412, in main IndexError: list index out of range

Kelvinson commented 7 years ago

when I executed edx-dl.py from the command line, the same problem happened as like @Leon-Huang said: OS: OSX 10.11 python version : python3 here is the errors says:

Traceback (most recent call last): File "edx-dl.py", line 654, in main()

File "edx-dl.py", line 412, in main USERNAME = data.find_all('span')[1].string IndexError: list index out of range

Kelvinson commented 7 years ago

Know little about html and css, maybe this is because that edx has revised the webpage content, just set the USERNAME to t your own account name or comment the code that refers USERNAME,

williewould commented 6 years ago

I have same erro. And I have no idea how to fix it.

nikosartem commented 6 years ago

Same here... image