]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/postprocessor/ffmpeg.py
fix some typos and linter
[yt-dlp.git] / yt_dlp / postprocessor / ffmpeg.py
index dd07e7c18de690ef83e007902125cdbb49eb8c72..363f10e6d0fb468cb330373acef2aa2a0f7d779c 100644 (file)
@@ -19,7 +19,6 @@
     PostProcessingError,
     prepend_extension,
     shell_quote,
-    subtitles_filename,
     dfxp2srt,
     ISO639Utils,
     process_communicate_or_kill,
@@ -712,7 +711,6 @@ def __init__(self, downloader=None, format=None):
 
     def run(self, info):
         subs = info.get('requested_subtitles')
-        filename = info['filepath']
         new_ext = self.format
         new_format = new_ext
         if new_format == 'vtt':