Searched refs:BeautifulSoup (Results 1 – 3 of 3) sorted by relevance
3 import BeautifulSoup,optparse69 soup=BeautifulSoup.BeautifulSoup(url)
1470 class BeautifulSoup(BeautifulStoneSoup): class1626 class ICantBelieveItsBeautifulSoup(BeautifulSoup):1658 NESTABLE_TAGS = buildTagMap([], BeautifulSoup.NESTABLE_TAGS,1662 class MinimalSoup(BeautifulSoup):1716 class RobustHTMLParser(BeautifulSoup):2016 soup = BeautifulSoup(sys.stdin)
72 if isinstance(cur, bs4.BeautifulSoup):132 soupCopy = bs4.BeautifulSoup(html, 'html5lib')133 soup = bs4.BeautifulSoup()149 self._soup = bs4.BeautifulSoup(html, 'html5lib')239 tmp = bs4.BeautifulSoup(html, 'html5lib').findAll('style')