From fc09348012d6ae6f2f2d44218ee58ddc13dc8c30 Mon Sep 17 00:00:00 2001 From: Roly Fentanes Date: Wed, 1 Aug 2012 05:35:10 -0700 Subject: [PATCH] link to ytdl [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98b1498..560d31f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Download videos from youtube in node.js using [youtube-dl](http://rg3.github.com/youtube-dl/). +I also made a [pure Javascript youtube downloading module](https://github.com/fent/node-ytdl). The reason I'm maintaining this one is because it supports a lot more video sites besides youtube. But if you're only interested in downloading from youtube, you should consider using the better module. It's better in that it doesn't have to spawn a child process, so it uses less memory and it's faster. And you get direct access to the download stream, meaning you can pipe it or pause it or whatever with it. # Usage