Add video id to this print statement.
This commit is contained in:
		
							parent
							
								
									e3abf5f39d
								
							
						
					
					
						commit
						3f9565b874
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -248,7 +248,7 @@ class YCDLDBVideoMixin: | ||||||
| 
 | 
 | ||||||
|         video = self.get_video(video_id) |         video = self.get_video(video_id) | ||||||
|         if video.download != 'pending' and not force: |         if video.download != 'pending' and not force: | ||||||
|             print('That video does not need to be downloaded.') |             print(f'{video.id} does not need to be downloaded.') | ||||||
|             return |             return | ||||||
| 
 | 
 | ||||||
|         try: |         try: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue