Comment detail

HTTPでGET その2 (Nested Flatten)
1
2
3
4
5
from urllib2 import *
req = Request("http://ja.doukaku.org/feeds/comments/")
req.set_proxy("localhost:8000", "http")
socket.setdefaulttimeout(1.0)
print urlopen(req).read()

Index

Feed

Other

Link

Pathtraq

loading...