Jayapraveen / INE-courses-downloader

Python Script to download coures from INE.com website for personal and educational use
GNU General Public License v3.0
37 stars 19 forks source link

List index out of range - unable to download #13

Closed FrostMatt closed 3 years ago

FrostMatt commented 3 years ago

Error when downloading, I’ve tried with a couple courses (65,89,400 and 835) but same error. Running latest version (27916ea) this morning

Total 836 courses

Choose Preferred Video Quality 1.1080p 2.720p 1 Choose Method Of Selecting Course 1.Enter url 2.Choose from the above listed course 2 Please enter the number corresponding to the course you would like to download 834

Traceback (most recent call last): File "Ine.py", line 470, in if(course["access"]["related_passes"][4]["name"] in access_pass): IndexError: list index out of range

Thank you

Jayapraveen commented 3 years ago

Should be fixed in (6ea35ca). Removed the hardcoded index value to resolve this issue.