1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-03 11:58:32 +00:00

added the newline back which i removed by mistake

This commit is contained in:
Rohit 2023-12-29 22:37:54 +05:30
parent 823543c2a4
commit e9a49de89c

View File

@ -639,6 +639,7 @@ def run(self, info):
if not mp4_ass_warn and ext == 'mp4' and sub_ext == 'ass': if not mp4_ass_warn and ext == 'mp4' and sub_ext == 'ass':
mp4_ass_warn = True mp4_ass_warn = True
self.report_warning('ASS subtitles cannot be properly embedded in mp4 files; expect issues') self.report_warning('ASS subtitles cannot be properly embedded in mp4 files; expect issues')
if not sub_langs: if not sub_langs:
return [], info return [], info