공부
[Python] Extracting an attribute value with beautifulsoup
승가비
2021. 2. 26. 21:08
728x90
stackoverflow.com/questions/2612548/extracting-an-attribute-value-with-beautifulsoup
Extracting an attribute value with beautifulsoup
I am trying to extract the content of a single "value" attribute in a specific "input" tag on a webpage. I use the following code: import urllib f = urllib.urlopen("http://58.68.130.147") s = f.re...
stackoverflow.com
728x90