/book

爬小说

Primary LanguagePython

book

爬小说
支持免费小说、文章爬取,仅供研究,请勿商业用途。

花了点时间吧原来的java写的爬小说,移植到Python上。
需要安装BeautifulSoup4:

pip install beautifulsoup4

#下面的代码需要手动修改为你的才能用

host = 'http://www.xxx.com'
path = '/9/9661/7604186.html'
name = u'小说名称'
char_set = 'gbk'