fix build
This commit is contained in:
parent
fcdd9ce788
commit
0b0d8ad54b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue