Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.

Checklist
Description
Simply i want to add section-title (similar to chapter in udemy). I tried to do it with "self._html_search_regex" but I couldn`t do it because I did not understand the python code.
Everything is working perfectly except when I want to output %(chapter)s/%(title)s.%(ext)s
it will output NA for chapter.
I managed to get the regex from the HTML for section_title
r'<span[^>]+class=["']section-lock[^>]+>\s*<i[^>]+class=["']fa\sfa-lock[^>]+> \s*[^>]+>\s*(.+)'
But i don`t know how to add it to the teachable.py
the website I am trying to download from is zerotomastery.io