aboutsummaryrefslogtreecommitdiff
path: root/youtube_dlc/downloader/external.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-01-30 16:43:54 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-30 16:49:58 +0530
commite3b771a898728fd5df406104f2a18eeaf98ea654 (patch)
tree720e58588999cc32c589bb78bbc0daf8fa157bbe /youtube_dlc/downloader/external.py
parentcac96421d9f736e2b463c4bb170f67874fb04055 (diff)
fix typos :ci skip dl
Diffstat (limited to 'youtube_dlc/downloader/external.py')
-rw-r--r--youtube_dlc/downloader/external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/downloader/external.py b/youtube_dlc/downloader/external.py
index 62803a85e..8f82acdf4 100644
--- a/youtube_dlc/downloader/external.py
+++ b/youtube_dlc/downloader/external.py
@@ -233,7 +233,7 @@ class FFmpegFD(ExternalFD):
url = info_dict['url']
ffpp = FFmpegPostProcessor(downloader=self)
if not ffpp.available:
- self.report_error('m3u8 download detected but ffmpeg could not be found. Please install one.')
+ self.report_error('m3u8 download detected but ffmpeg could not be found. Please install')
return False
ffpp.check_version()