mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[facebook] Add support for plugin video embeds and multiple embeds (closes #13493)
This commit is contained in:
		| @@ -84,9 +84,10 @@ class BuzzFeedIE(InfoExtractor): | ||||
|                 continue | ||||
|             entries.append(self.url_result(video['url'])) | ||||
|  | ||||
|         facebook_url = FacebookIE._extract_url(webpage) | ||||
|         if facebook_url: | ||||
|             entries.append(self.url_result(facebook_url)) | ||||
|         facebook_urls = FacebookIE._extract_urls(webpage) | ||||
|         entries.extend([ | ||||
|             self.url_result(facebook_url) | ||||
|             for facebook_url in facebook_urls]) | ||||
|  | ||||
|         return { | ||||
|             '_type': 'playlist', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․