dinosaurfiles-zz / cybrary-video-downloader

Downloads Course Videos From Cybrary.it
43 stars 24 forks source link

Was working fine until today #5

Closed b4ckd00r closed 8 years ago

b4ckd00r commented 8 years ago

It was working fine until today i started getting this error as soon as i launch the script

Downloading https://www.cybrary.it/video/phases-penetration-testing-intro/ Traceback (most recent call last): File "./cybrary-video-downloader.py", line 70, in main() File "./cybrary-video-downloader.py", line 67, in main getLessonList(sys.argv[2], sys.argv[1]) File "./cybrary-video-downloader.py", line 41, in getLessonList downloadVideos(getVideoLink(link), quality) File "./cybrary-video-downloader.py", line 50, in getVideoLink return (list(unique_everseen(videoLinkRegex.findall(lessonhtml))))[0] IndexError: list index out of range

PS: if you could make it so that when it downloads the videos it puts them into folders according to the playlist on the website

dinosaurfiles-zz commented 8 years ago

Hi! Thank you for the feedback, im trying to fix the issue right now and implement ur requested feature so hold on!

dinosaurfiles-zz commented 8 years ago

Hi guys, please read this. Thank you!