mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[facebook] Bypass download rate limits (closes #21018)
This commit is contained in:
		| @@ -405,6 +405,11 @@ class FacebookIE(InfoExtractor): | ||||
|         if not formats: | ||||
|             raise ExtractorError('Cannot find video formats') | ||||
|  | ||||
|         # Downloads with browser's User-Agent are rate limited. Working around | ||||
|         # with non-browser User-Agent. | ||||
|         for f in formats: | ||||
|             f.setdefault('http_headers', {})['User-Agent'] = 'facebookexternalhit/1.1' | ||||
|  | ||||
|         self._sort_formats(formats) | ||||
|  | ||||
|         video_title = self._html_search_regex( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․