guo-yu / player

a command line player, supports play mp3 both from uri and local stream.
261 stars 66 forks source link

follow redirects #46

Closed ewnd9 closed 8 years ago

ewnd9 commented 8 years ago

Hi, this pull request simply replaces http and https with follow-redirects wrapper. Fixes #40

guo-yu commented 8 years ago

Thank you, but I merged a PR recently, could you please fetch upstream and update this PR ?

ewnd9 commented 8 years ago

No problem, I've just updated PR. Also did you consider exclude dist from git and build lib in npm's prepublish step?

guo-yu commented 8 years ago

That will be a good improvement, I'm going to check it later. Thank you so much.