RahulShaw/LinuxAcademy-DL

Download Failed

Closed this issue · 1 comments

Hi, I'm getting this issue everytime I run driver.py on line 85.
"Login successful...
Getting lesson links...
Traceback (most recent call last):
File "driver.py", line 85, in
title = parsed_html.find('span', attrs={'class', 'course-title'}).text
AttributeError: 'NoneType' object has no attribute 'text'

This has been fixed in the latest commit.