geekpradd / PyLyrics

A Pythonic Implementation of lyrics.wikia.com for getting lyrics of songs
72 stars 27 forks source link

Fixed currentAlbum reference and BeautifulSoup issues #18

Open JMaynor opened 5 years ago

JMaynor commented 5 years ago

Added specific parser to BeautifulSoup calls. Added str methods for simple printing of an artist, track, or album. Fixed currentAlbum reference before assignment issue, and fixed a couple simple styling issues like adding spaces after commas and deleting some trailing whitespace.