Get meta tag content property with BeautifulSoup and Python
Provide the meta tag name as the first argument to find(). Then, use keyword arguments to check the specific attributes: title = soup.find("meta", property="og: »
Provide the meta tag name as the first argument to find(). Then, use keyword arguments to check the specific attributes: title = soup.find("meta", property="og: »