Untitled

 avatar
unknown
plain_text
2 years ago
583 B
2
Indexable
>>> 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')
[]