Skip to content

2.0.1 - Improvement in finding the lyrics

Compare
Choose a tag to compare
@allerter allerter released this 23 Sep 17:40
· 138 commits to master since this release
0965546
  • Switched to using a regular expression instead of iterating BeautifulSoup's tags manually. The regular expression has better performance.
  • Moved getting new_div inside else body to avoid getting new_div if old_div is present.

PR: #154