yuin #4895(2007/12/20 07:49 GMT) [ Python ] Rating0/0=0.00
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()
Rating0/0=0.00-0+
[ reply ]
yuin
#4895()
[
Python
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]