if you're worried abt microdata, just look for the
itemprop="description"
attribute instead. it's much more reliable when scraping w/
beautifulsoup4
since you can target the specific tag regardless of whether they use standard meta tags or schema markup.
regex is way too fragile for modern serp layouts