diff options
Diffstat (limited to 'youtube_dl/extractor/common.py')
| -rw-r--r-- | youtube_dl/extractor/common.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)<meta -                    (?=[^>]+(?:itemprop|name|property)=(["\']?)%s\1) +                    (?=[^>]+(?:itemprop|name|property|id)=(["\']?)%s\1)                      [^>]+?content=(["\'])(?P<content>.*?)\2''' % re.escape(prop)      def _og_search_property(self, prop, html, name=None, **kargs): | 
