I am running a scrapy project. I need to extract a content within a tag attribute like this:
<meta itemprop="datePublished" content="2018-07-08">
In this case would be the date within the content attribute. So far I was only able to extract content in the midle of tags.
thanks!