mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[YoutubeDL] Show download URL when -v is set
This will allow us to debug issues like #3204
This commit is contained in:
		| @@ -993,6 +993,8 @@ class YoutubeDL(object): | ||||
|                         fd = get_suitable_downloader(info)(self, self.params) | ||||
|                         for ph in self._progress_hooks: | ||||
|                             fd.add_progress_hook(ph) | ||||
|                         if self.params.get('verbose'): | ||||
|                             self.to_stdout('[debug] Invoking downloader on %r' % info.get('url')) | ||||
|                         return fd.download(name, info) | ||||
|                     if info_dict.get('requested_formats') is not None: | ||||
|                         downloaded = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister