beautiful_soup library
Classes
- BeautifulSoup
- Beautiful Soup is a library for pulling data out of HTML files. It provides ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.
- Bs4Element
Extensions
- ElementExt
-
Extension for
Element
. - ListExt
- NodeExt
-
Extensions for
Node
. - PatternExt