Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some small fixes #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Some small fixes #1

wants to merge 6 commits into from

Conversation

ejmurra
Copy link

@ejmurra ejmurra commented Jul 2, 2018

Hi, Edward.

Awesome library you have here, I really like the API. I came across a few small typo-level issues while I was working with it so I've corrected them. I'm submitting this pull request so that you can fix the version you have up on pypi if you choose to do so.

Cheers!
Eli

billboard.ChartData has no member previous_date but it does have a previousDate member. Passing in that value instead.
Small typo in Billboard where author had `self.song_list = self.song_list.append(foo)`. `list.append` returns a None type object so original author was inadvertently removing the list they intended to append to.
Song.artist is not a method and is already an Artist so no need for the extra parens
Readme incorrectly stated that Genre had callable members get_song_list and get_artist_list
Raise a NoLyricsException when a search in format "artist:song" does not return a link to that song.
Fixed a call to str.strip where the function was never invoked and was accidentally assigned directly to lyrics instead of assigning the return value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant