Skip to content

ddoolcg/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

book

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

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

pip install beautifulsoup4

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

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

About

爬小说

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages