geekpradd / PyLyrics

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

Fixed #2 & update gitignore #4

Closed adrianliaw closed 8 years ago

adrianliaw commented 8 years ago

I've changed function.py L62 so that it requests the right URL. And also removed encode call in L11, it somehow produced an error.

Finally, the .egg-info directory and all the pyc files shouldn't appear in the repo, so I also removed them and modified .gitignore

geekpradd commented 8 years ago

Thanks for the help. I'm merging this and will push out a new version to PyPi soon.