diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index 6c641ec64a..65d25859b4 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -273,7 +273,7 @@ downloadWeb o url urlinfo file = liftIO $ createDirectoryIfMissing True (parentDir file) finishDownloadWith tmp webUUID url file tryyoutubedl tmp - | isJust (fileOption o) = go file + | isJust (fileOption o) = dl file -- Ask youtube-dl what filename it will download -- first, and check if that is already an annexed file, -- to avoid unnecessary work in that case.