Python Web Scraping Cookbook
上QQ阅读APP看书,第一时间看更新

Searching the DOM with Beautiful Soup's find methods

We can perform simple searches of the DOM using Beautiful Soup's find methods. These methods give us a much more flexible and powerful construct for finding elements that are not dependent upon the hierarchy of those elements.  In this recipe we will examine  several common uses of these functions to locate various elements in the DOM.