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 on Element
-
Extension for
Element
. -
ListExt
on List<
E> - NodeExt on Node
-
Extensions for
Node
. - PatternExt on Pattern