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)
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)