Improve the OpenGraph regex
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 15 Nov 2013 11:24:54 +0000 (12:24 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 15 Nov 2013 11:24:54 +0000 (12:24 +0100)
commitab2d524780736249c8988313db021e83642c24d1
tree162e3fb13da0769922631e9c4a9bbce656d784b8
parent85d61685f15bdc62709c699e849af512db78089f
Improve the OpenGraph regex

* Do not accept '>' between the property and content attributes.
* Recognize the properties if the content attribute is before the property attribute using two regexes (fixes the extraction of the description for SlideshareIE).
youtube_dl/extractor/common.py