mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[downloader/hls] Return False if ffmpeg or avconv couldn't be found
This commit is contained in:
		| @@ -24,6 +24,7 @@ class HlsFD(FileDownloader): | |||||||
|                 break |                 break | ||||||
|         else: |         else: | ||||||
|             self.report_error(u'm3u8 download detected but ffmpeg or avconv could not be found. Please install one.') |             self.report_error(u'm3u8 download detected but ffmpeg or avconv could not be found. Please install one.') | ||||||
|  |             return False | ||||||
|         cmd = [program] + args |         cmd = [program] + args | ||||||
|  |  | ||||||
|         retval = subprocess.call(cmd) |         retval = subprocess.call(cmd) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user