Page.from_bs4_soup#

Page.from_bs4_soup(bs4_soup)[source]#

Converts a bs4.BeautifulSoap object to a Page object. The bs4.BeautifulSoap object will be copied before converting.

Parameters:

bs4_soup (bs4.BeautifulSoap) –

See also

bs4