mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	Fix issue #8109 (error when downloading automatic captions)
This commit is contained in:
		
				
					committed by
					
						 Sergey M․
						Sergey M․
					
				
			
			
				
	
			
			
			
						parent
						
							e87d98b0dd
						
					
				
				
					commit
					582f4f834e
				
			| @@ -964,6 +964,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | |||||||
|         try: |         try: | ||||||
|             args = player_config['args'] |             args = player_config['args'] | ||||||
|             caption_url = args['ttsurl'] |             caption_url = args['ttsurl'] | ||||||
|  |             if caption_url is None or caption_url == "" or caption_url.isspace(): | ||||||
|  |                 self._downloader.report_warning("No automatic captions") | ||||||
|  |                 return {} | ||||||
|             timestamp = args['timestamp'] |             timestamp = args['timestamp'] | ||||||
|             # We get the available subtitles |             # We get the available subtitles | ||||||
|             list_params = compat_urllib_parse.urlencode({ |             list_params = compat_urllib_parse.urlencode({ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user