Add video id to this print statement.

master
voussoir 2020-06-17 15:55:30 -07:00
parent e3abf5f39d
commit 3f9565b874
1 changed files with 1 additions and 1 deletions

View File

@ -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: