fix typos :ci skip dl

This commit is contained in:
pukkandan
2021-01-30 16:49:58 +05:30
parent cac96421d9
commit e3b771a898
8 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -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()