soup.find(\"tagName\", { \"id\" : \"articlebody\" })
Why does this NOT return the ... tags
...
To find an element by its id:
id
div = soup.find(id="articlebody")