soup.find(\"tagName\", { \"id\" : \"articlebody\" })
Why does this NOT return the ... tags
...
The Id property is always uniquely identified. That means you can use it directly without even specifying the element. Therefore, it is a plus point if your elements have it to parse through the content.
Id
divEle = soup.find(id = "articlebody")