mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Add option --extractor-retries to retry on known extractor errors
				
					
				
			* Currently only used by youtube Fixes https://github.com/ytdl-org/youtube-dl/issues/28194 Possibly also fixes: https://github.com/ytdl-org/youtube-dl/issues/28289 (can not confirm since the issue isn't reliably reproducible)
This commit is contained in:
		| @@ -381,17 +381,18 @@ class YoutubeDL(object): | ||||
|                         Use 'default' as the name for arguments to passed to all PP | ||||
|  | ||||
|     The following options are used by the extractors: | ||||
|     dynamic_mpd:        Whether to process dynamic DASH manifests (default: True) | ||||
|     extractor_retries: Number of times to retry for known errors | ||||
|     dynamic_mpd:       Whether to process dynamic DASH manifests (default: True) | ||||
|     hls_split_discontinuity: Split HLS playlists to different formats at | ||||
|                         discontinuities such as ad breaks (default: False) | ||||
|                        discontinuities such as ad breaks (default: False) | ||||
|     youtube_include_dash_manifest: If True (default), DASH manifests and related | ||||
|                         data will be downloaded and processed by extractor. | ||||
|                         You can reduce network I/O by disabling it if you don't | ||||
|                         care about DASH. (only for youtube) | ||||
|                        data will be downloaded and processed by extractor. | ||||
|                        You can reduce network I/O by disabling it if you don't | ||||
|                        care about DASH. (only for youtube) | ||||
|     youtube_include_hls_manifest: If True (default), HLS manifests and related | ||||
|                         data will be downloaded and processed by extractor. | ||||
|                         You can reduce network I/O by disabling it if you don't | ||||
|                         care about HLS. (only for youtube) | ||||
|                        data will be downloaded and processed by extractor. | ||||
|                        You can reduce network I/O by disabling it if you don't | ||||
|                        care about HLS. (only for youtube) | ||||
|     """ | ||||
|  | ||||
|     _NUMERIC_FIELDS = set(( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan