【bs4】安裝beautifulsoup


  • Debian/Ubuntu,install
$ apt-get install python-bs4
  •  easy_install/pip
$ easy_install beautifulsoup4

$ pip install beautifulsoup4
  •  安裝第三方分析器

bs4只有py2的代碼,安裝在py3下會很麻煩

bs4支持HTML parser,也可以支持第三方的分析器

    • lxml
$ apt-get install python-lxml
$ easy_install lxml
$ pip install lxml
    • html5lib
$ apt-get install python-html5lib
$ easy_install html5lib
$ pip install html5lib

 BeautifulSoup4中文文檔

 

 

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM