mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[periscope] Treat timed_out state as finished stream
This commit is contained in:
		| @@ -87,7 +87,7 @@ class PeriscopeIE(PeriscopeBaseIE): | ||||
|                 'ext': 'flv' if format_id == 'rtmp' else 'mp4', | ||||
|             } | ||||
|             if format_id != 'rtmp': | ||||
|                 f['protocol'] = 'm3u8_native' if state == 'ended' else 'm3u8' | ||||
|                 f['protocol'] = 'm3u8_native' if state in ('ended', 'timed_out') else 'm3u8' | ||||
|             formats.append(f) | ||||
|         self._sort_formats(formats) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․