2013-05-30 04:45:30 +02:00
|
|
|
"""
|
|
|
|
|
The htmlcontent service in pure Python. STUPID NAME!!!
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
# http://pycurl.sourceforge.net/ --- seems old...
|
|
|
|
|
# http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/
|
|
|
|
|
#
|
2013-05-30 04:53:10 +02:00
|
|
|
# maybe better: http://docs.python.org/2/library/urllib.html
|
|
|
|
|
#
|
|
|
|
|
# or look at tcpconnect.py! could be useful to.
|