]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/youtube/youtube.factor
http.download: fix downloading into a directory if it didnt exist
[factor.git] / extra / youtube / youtube.factor
index 261165dbb454dd5e056b2e370943d7b8b6b58ab1..90a9e754aaa0339c152c46b91f03ec9f53d1d76f 100644 (file)
@@ -73,5 +73,5 @@ CONSTANT: video-info-url URL" https://www.youtube.com/get_video_info"
         video-formats [ "type" of "video/mp4" head? ] find nip
         video-download-url
     ] [
-        "title" of sanitize ".mp4" append download-once-to
+        "title" of sanitize ".mp4" append download-once-as
     ] tri ;