guoguo12 / billboard-charts

Python API for downloading Billboard charts.
https://pypi.python.org/pypi/billboard.py
MIT License
389 stars 117 forks source link

#49, #50 isNew and weeks count fix #51

Closed emo-eth closed 5 years ago

emo-eth commented 5 years ago

As pointed out in #49 and #50, isNew is not listed correctly for #1 debuts, and we default to 0 weeks for new entries when really we should start counting at 1.

guoguo12 commented 5 years ago

Awesome, thanks for writing this so quickly!