Example url: http://www.stream-urls.de/webradio
Using requests
Need to install: pip install requests
Using urllib.urlopen() and gzip and io.BytesIO in Python 2
Using urllib.request.urlopen() and gzip and io.BytesIO in Python 3
TODO: use http://httpbin.org/gzip in examples