jlund / spotify-export

A simple Ruby utility that uses Spotify's Web API to export a playlist as plain text
MIT License
293 stars 42 forks source link

Doesn't appear to be support for web proxies #8

Closed DanStevens closed 8 years ago

DanStevens commented 8 years ago

spotify-export isn't working for me. I believe it is because I am behind a HTTP web proxy. There doesn't appear to be a way to configure spotify-export to use a web proxy.

DanStevens commented 8 years ago

I've figured out how to get this working. I have now set the HTTP_PROXY environment variable. More information at http://kaamka.blogspot.ro/2009/06/httpproxy-environment-variable.html

jlund commented 8 years ago

Thanks for the info!