2.0.1 - Improvement in finding the lyrics
- Switched to using a regular expression instead of iterating BeautifulSoup's tags manually. The regular expression has better performance.
- Moved getting
new_div
insideelse
body to avoid gettingnew_div
ifold_div
is present.
PR: #154