mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
added the newline back which i removed by mistake
This commit is contained in:
parent
823543c2a4
commit
e9a49de89c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue