youtube-dl

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

commit 47fd8c2f761c2073744cb041f9eccb7ed10f2470
parent 96b9690985e9b9f4e50fde10bbc92e1a72df64e4
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  1 Jun 2015 00:04:36 +0600

[patreon] Fix embeds extraction (Closes #5862)

Diffstat:
Myoutube_dl/extractor/patreon.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/patreon.py b/youtube_dl/extractor/patreon.py @@ -87,7 +87,7 @@ class PatreonIE(InfoExtractor): r'<div class="attach"><a target="_blank" href="([^"]+)">', webpage, 'attachment URL', default=None) embed = self._html_search_regex( - r'<div id="watchCreation">\s*<iframe class="embedly-embed" src="([^"]+)"', + r'<div[^>]+id="watchCreation"[^>]*>\s*<iframe[^>]+src="([^"]+)"', webpage, 'embedded URL', default=None) if attach_fn is not None: