RahulShaw / LinuxAcademy-DL

Download videos from your LinuxAcademy account for offline viewing
MIT License
65 stars 44 forks source link

Fix title parsing #28

Closed amemni closed 4 years ago

amemni commented 4 years ago

Seems like Linux Academy have made HTML changes recently in courses main pages and there's no \ tag under the \

tag with class="course-title", here's an example:

<div class="course-title"><h1><strong>Course: </strong>LPIC-3 Exam 303: Security </h1></div>

This breaks the tool ass the driver.py will exit with a 'NoneType' if we don't update the line where the title parsing happens.