Untitled
unknown
plain_text
a year ago
583 B
1
Indexable
Never
>>> import bs4 >>> import requests >>> response = requests.get('https://www.nzx.com/instruments/WBC') >>> response.raise_for_status() >>> soup = bs4.BeautifulSoup(response.text, 'html.parser') >>> soup.select('html.js.flexbox.flexboxlegacy.rgba.backgroundsize.borderimage.borderradius.boxshadow.opacity.cssanimations.csscolumns.cssgradients.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video body section.scroll-container.instrument-page div.row div.small-12.medium-9.columns.content section.instrument-snapshot div.row div.small-12.medium-5.columns h1') []