2019-04-07

Python - Beautifulsoup filter/get tags that contain a specific attribute

soup.find_all(attrs={'tag_attribute_name':True})

soup.find_all('tag_kind', attrs={'tag_attribute_name':True})


No comments:

Post a Comment