How do I iterate over the HTML attributes of a Beautiful Soup element?
Like, given:
<foo bar="asdf" blah="123">xyz</foo>
I want "bar" and "blah".
|
|
How do I iterate over the HTML attributes of a Beautiful Soup element? Like, given:
I want "bar" and "blah".
|
||
|
|
|
|
|
||
|
|