fix some typos and linter
This commit is contained in:
parent
e167860ce7
commit
a515a78dd3
5 changed files with 10 additions and 12 deletions
|
|
@ -19,7 +19,6 @@ from ..utils import (
|
|||
PostProcessingError,
|
||||
prepend_extension,
|
||||
shell_quote,
|
||||
subtitles_filename,
|
||||
dfxp2srt,
|
||||
ISO639Utils,
|
||||
process_communicate_or_kill,
|
||||
|
|
@ -712,7 +711,6 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
|
|||
|
||||
def run(self, info):
|
||||
subs = info.get('requested_subtitles')
|
||||
filename = info['filepath']
|
||||
new_ext = self.format
|
||||
new_format = new_ext
|
||||
if new_format == 'vtt':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue