Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Example url: http://www.stream-urls.de/webradio

example-1.py

Using requests

Need to install: pip install requests

example-2-py2.py

Using urllib.urlopen() and gzip and io.BytesIO in Python 2

example-2-py3.py

Using urllib.request.urlopen() and gzip and io.BytesIO in Python 3


TODO: use http://httpbin.org/gzip in examples