How to get contents of HTML Script tag
问题 I'm trying to scrape the geo data from a URL for my scraping practice. But I'm having trouble while handling contents of script tag. Following is the contents of script tag : <script type="application/ld+json"> { "address": { "@type": "PostalAddress", "streetAddress": "5080 Riverside Drive", "addressLocality": "Macon", "addressRegion": "GA", "postalCode": "31210-1100", "addressCountry": "US" }, "telephone": "478-471-0171", "geo": { "@type": "GeoCoordinates", "latitude": "32.9252435",