[patreon] Fix embeds extraction (Closes #5862)

This commit is contained in:
Sergey M․ 2015-06-01 00:04:36 +06:00
parent 96b9690985
commit 47fd8c2f76
1 changed files with 1 additions and 1 deletions

View File

@ -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: