If Beautiful Soup gives me an anchor tag like this:
<a class="blah blah" id="blah blah" href="link.html"></a>
How would I retrieve the value of the href attribute?
|
|
If Beautiful Soup gives me an anchor tag like this:
How would I retrieve the value of the |
|||
|
|
|
|
If you already have the anchor, grab the
|
||
|
|
|
|
See "The Attributes of Tags" in the documentation. |
||
|
|