0

I'm using BeautifulSoup and I would like to know how I can get the value $45.00 from this HTML path?

<p style="color: rgb(153, 153, 153); margin-bottom: 0px; font-size: 12px;" data-open-accessibility-text-original="12px">
     $45.00        
</p>
  • Does this answer your question? [BeautifulSoup getText from between

    , not picking up subsequent paragraphs](https://stackoverflow.com/questions/12451997/beautifulsoup-gettext-from-between-p-not-picking-up-subsequent-paragraphs)

    – monk May 05 '22 at 19:29

1 Answers1

0

hello html2text is a Python script that does a good job at this.

hrop
  • 1
  • 3