diff --git a/ycdl/ycdldb.py b/ycdl/ycdldb.py index 5a5036f..557d892 100644 --- a/ycdl/ycdldb.py +++ b/ycdl/ycdldb.py @@ -248,7 +248,7 @@ class YCDLDBVideoMixin: video = self.get_video(video_id) 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 try: