From e4172ac903f76dfcc5584a498f7657cde0bf977c Mon Sep 17 00:00:00 2001 From: pukkandan Date: Tue, 26 Jan 2021 23:27:32 +0530 Subject: Deprecate avconv/avprobe All current functionality is left untouched. But don't expect any new features to work with avconv :ci skip all --- youtube_dlc/downloader/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dlc/downloader/external.py') diff --git a/youtube_dlc/downloader/external.py b/youtube_dlc/downloader/external.py index f3a0d0ce4..62803a85e 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 or avconv could not be found. Please install one.') + self.report_error('m3u8 download detected but ffmpeg could not be found. Please install one.') return False ffpp.check_version() -- cgit v1.2.3