X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcommon.py;h=def6caa0d1eb320a091ecaecc50db58b82d4f28d;hp=717dcec7b8e39156ad5cc33aadf64ac16e92c47a;hb=d5d7bdaeb517f389fff5a6557f072f3586e3c440;hpb=d41d04c0f513ad3b83ab6aee60cf2201710b6063 diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 717dcec7b..def6caa0d 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -638,7 +638,7 @@ class InfoExtractor(object): @staticmethod def _meta_regex(prop): return r'''(?isx)]+(?:itemprop|name|property)=(["\']?)%s\1) + (?=[^>]+(?:itemprop|name|property|id)=(["\']?)%s\1) [^>]+?content=(["\'])(?P.*?)\2''' % re.escape(prop) def _og_search_property(self, prop, html, name=None, **kargs):