diff --git a/get_youtube_videos/get_youtube_videos.py b/get_youtube_videos/get_youtube_videos.py index 1ae7b6a..e0dffec 100644 --- a/get_youtube_videos/get_youtube_videos.py +++ b/get_youtube_videos/get_youtube_videos.py @@ -283,7 +283,7 @@ class GetYoutubeVideos: if not video_info: break if video_info['subtitles']: - if self.config['subtitle_langs'] == 'all': + if self.config['subtitle_langs'] == ['all']: downloadable_subtitles = video_info['subtitles'] else: for subtitle in self.config['subtitle_langs']: