youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ac6e4ca1ed7250ca914e907d2104372c23bf8834
parent 2e20bba7084ac953a97c16b4040cc185c033bed8
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Mon, 10 Feb 2014 07:50:10 +0100

[brightcove] Unescape html entities from the 'og:video' url property (fixes #2360)

Diffstat:
Myoutube_dl/extractor/brightcove.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py @@ -17,6 +17,7 @@ from ..utils import ( ExtractorError, unsmuggle_url, + unescapeHTML, ) @@ -139,7 +140,7 @@ class BrightcoveIE(InfoExtractor): url_m = re.search(r'<meta\s+property="og:video"\s+content="(http://c.brightcove.com/[^"]+)"', webpage) if url_m: - return [url_m.group(1)] + return [unescapeHTML(url_m.group(1))] matches = re.findall( r'''(?sx)<object