diff --git a/get_youtube_videos/get_youtube_videos.py b/get_youtube_videos/get_youtube_videos.py index 8f8b110..11bba64 100644 --- a/get_youtube_videos/get_youtube_videos.py +++ b/get_youtube_videos/get_youtube_videos.py @@ -370,7 +370,6 @@ class GetYoutubeVideos: 'temp': '/tmp', 'home': download_dir }, - 'writeautomaticsub': True, 'writeannotations': True, 'write_all_thumbnails': False, 'writethumbnail': True, @@ -386,6 +385,7 @@ class GetYoutubeVideos: ydl_opts['subtitleslangs'] = downloadable_subtitles ydl_opts['subtitlesformat'] = 'srt' ydl_opts['writesubtitles'] = True + ydl_opts['writeautomaticsub'] = True if self.selected_proxy != '': ydl_opts['proxy'] = self.selected_proxy download_result = 'starting'