log subtitles

This commit is contained in:
Antonio J. Delgado 2025-08-10 12:21:11 +03:00
parent a0e3c7e18c
commit d79fcee4e9

View file

@ -283,6 +283,9 @@ class GetYoutubeVideos:
if not video_info:
break
if video_info['subtitles']:
self._log.debug(
f"Available subtitles: {', '.join(video_info['subtitles'])}"
)
if self.config['subtitle_langs'] == ['all']:
downloadable_subtitles = video_info['subtitles']
else: