mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[patreon] Fix embeds extraction (Closes #5862)
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․