Use unescapeHTML for OpenGraph properties
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 17 Jul 2013 08:38:23 +0000 (10:38 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 17 Jul 2013 08:38:23 +0000 (10:38 +0200)
commitf38de77f6ec5548c94c6183d0240381c31320711
tree83691db34533f8a02c29f009e3a351f2d3e203d1
parent58e7d46d1b1d8a145c82795fa8fb75a232455274
Use unescapeHTML for OpenGraph properties

These are attribute values, so we don't need the more complex and whitespace-destroying cleanHTML - we just need to unescape quotes, that's it.
youtube_dl/extractor/common.py