qiyeboy / SpiderBook

<<python爬虫开发与项目实战>>书籍配套源码和说明
MIT License
983 stars 521 forks source link

SpiderMan.py运行时候提示 #67

Closed mm800805 closed 6 years ago

mm800805 commented 6 years ago

整个代码都是一样的,还是提示如下 D:\Python3d5\python.exe D:\project\SPiderMan.py D:\Python3d5\lib\site-packages\bs4__init__.py:146: UserWarning: You provided Unicode markup but also provided a value for from_encoding. Your from_encoding will be ignored. warnings.warn("You provided Unicode markup but also provided a value for from_encoding. Your from_encoding will be ignored.") crawl failed

Process finished with exit code 0

mm800805 commented 6 years ago

说明一下,我是py3.5环境

LR-Learning commented 6 years ago

把HtmlDownloader.py 里的from_encoding 去掉