log subtitles
This commit is contained in:
parent
a0e3c7e18c
commit
d79fcee4e9
1 changed files with 3 additions and 0 deletions
|
@ -283,6 +283,9 @@ class GetYoutubeVideos:
|
||||||
if not video_info:
|
if not video_info:
|
||||||
break
|
break
|
||||||
if video_info['subtitles']:
|
if video_info['subtitles']:
|
||||||
|
self._log.debug(
|
||||||
|
f"Available subtitles: {', '.join(video_info['subtitles'])}"
|
||||||
|
)
|
||||||
if self.config['subtitle_langs'] == ['all']:
|
if self.config['subtitle_langs'] == ['all']:
|
||||||
downloadable_subtitles = video_info['subtitles']
|
downloadable_subtitles = video_info['subtitles']
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue