1
2
3
4
#! /usr/bin/python
import urllib
u = urllib.urlopen('http://ja.doukaku.org/feeds/comments/')
print u.read()