From 6b2af3db9e653f0ddf5dec2d507b712d1b045d2f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Aug 2025 12:32:16 -0400 Subject: [PATCH] remove dead code --- Annex/YoutubeDl.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Annex/YoutubeDl.hs b/Annex/YoutubeDl.hs index dbfa315738..5b3fbd7158 100644 --- a/Annex/YoutubeDl.hs +++ b/Annex/YoutubeDl.hs @@ -316,11 +316,6 @@ parseYtdlpProgress = go [] . reverse . progresschunks _ -> go (remainder++x) xs _ -> go (remainder++x) xs -{- youtube-dl is deprecated, parsing its progress was attempted before but - - was buggy and is no longer done. -} -parseYoutubeDlProgress :: ProgressParser -parseYoutubeDlProgress _ = (Nothing, Nothing, "") - {- List the items that yt-dlp can download from an url. - - Note that this does not check youtubeDlAllowed because it does not