dinosaurfiles-zz / cybrary-video-downloader

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

Cybrary class 'title' changed to 'modulehover' #31

Open rodsterD opened 6 years ago

rodsterD commented 6 years ago

Hi, you need to change line 45: for lessonLink in parsedCourseHTML.find_all('a', attrs={'class':'title'}): to for lessonLink in parsedCourseHTML.find_all('a', attrs={'class':'modulehover'}): for this to currently work with Cybrary (at least for the course I tried)