We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759c4c1 commit edb35c6Copy full SHA for edb35c6
src/Cut/Download.hs
@@ -34,8 +34,8 @@ runYoutubeDL opts x = do
34
filePath :: String
35
filePath = maybe inputChars (flip (</>) inputChars) $ opts ^. work_dir
36
resultPath = filePath <> ".mkv"
37
- void $ shelly $ do
38
- youtube_dl x filePath
+ shelly $ do
+ void $ youtube_dl x filePath
39
-- (#52): fix bug where youtube-dl doesn't always create .mkv file output
40
out <- test_f filePath
41
when out $ mv filePath resultPath
0 commit comments