Python3 version of https://github.com/lanbing510/DouBanSpider
The original version of the crawler was not able to be used in Python 3, because of the change of modules and the way we use them. Also, there exists encoding issue in the original code. So, here is the Python 3 version.