Parser HTML5

pip install html5lib

soup_object= BeautifulSoup(markup,'html5lib') # C dependent parser
Narnia