mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-03 03:48:31 +00:00
added the newline back which i removed by mistake
This commit is contained in:
parent
823543c2a4
commit
e9a49de89c
@ -639,6 +639,7 @@ def run(self, info):
|
||||
if not mp4_ass_warn and ext == 'mp4' and sub_ext == 'ass':
|
||||
mp4_ass_warn = True
|
||||
self.report_warning('ASS subtitles cannot be properly embedded in mp4 files; expect issues')
|
||||
|
||||
if not sub_langs:
|
||||
return [], info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user