Add video titles

This commit is contained in:
Antonio J. Delgado 2025-02-23 14:42:25 +02:00
parent ae830321b5
commit 83a9ea2dd2

View file

@ -58,6 +58,7 @@ class GetYoutubeVideos:
'possible_ban_errors': 0,
'age_limit_errors': 0,
'georestricted_videos': 0,
'downloaded_videos_titles': [],
}
self.selected_proxy = ''
self.proxy_index = 0
@ -294,6 +295,7 @@ class GetYoutubeVideos:
)
self.summary['videos_with_error'] += 1
break
self.summary['downloaded_videos_titles'].append(video_info.get('title', '?'))
self.summary['downloaded_videos'] += 1
else:
self._log.debug(