diff options
author | crazymoose77756 <52980616+crazymoose77756@users.noreply.github.com> | 2022-06-26 20:50:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 17:50:06 -0700 |
commit | 962ffcf89c8d935410391fbea3580688aafe76d7 (patch) | |
tree | 407eae3e594fd623cf390a0d604389db86863d79 /yt_dlp/postprocessor/ffmpeg.py | |
parent | 8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff) | |
download | hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.lz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.xz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.zip |
[cleanup] Fix some typos (#4194)
Authored by: crazymoose77756
Diffstat (limited to 'yt_dlp/postprocessor/ffmpeg.py')
-rw-r--r-- | yt_dlp/postprocessor/ffmpeg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/postprocessor/ffmpeg.py b/yt_dlp/postprocessor/ffmpeg.py index d0a917379..2d16ee351 100644 --- a/yt_dlp/postprocessor/ffmpeg.py +++ b/yt_dlp/postprocessor/ffmpeg.py @@ -586,7 +586,7 @@ class FFmpegEmbedSubtitlePP(FFmpegPostProcessor): filename = info['filepath'] - # Disabled temporarily. There needs to be a way to overide this + # Disabled temporarily. There needs to be a way to override this # in case of duration actually mismatching in extractor # See: https://github.com/yt-dlp/yt-dlp/issues/1870, https://github.com/yt-dlp/yt-dlp/issues/1385 ''' |