summaryrefslogtreecommitdiff
path: root/net/youtube-dl/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2011-02-28 20:55:18 +0000
committerryoon <ryoon>2011-02-28 20:55:18 +0000
commitb37701e79c976146031f22434c0d6ea7d161accf (patch)
tree0444e1c8177cded0854a89d2be566101f623f6cd /net/youtube-dl/Makefile
parent84c8672643fe04fa1dc8a600c476d61710cd7ea4 (diff)
downloadpkgsrc-b37701e79c976146031f22434c0d6ea7d161accf.tar.gz
Updated to 20110225c.
Changelog: This release adds support for Facebook videos, improves support for YouTube playlists, and adds support for YouTube artist playlists. A new option, --extract-audio, has been added... to convert video files to audio-only files using ffmpeg. A few minor bugs have been fixed.
Diffstat (limited to 'net/youtube-dl/Makefile')
-rw-r--r--net/youtube-dl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 553d1daa371..e7bd3f70083 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2011/02/08 13:14:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2011/02/28 20:55:18 ryoon Exp $
-VERSION_DATE= 2011.01.30
+VERSION_DATE= 2011.02.25c
DISTNAME= youtube-dl
PKGNAME= youtube-dl-${VERSION_DATE:S/.//g}
CATEGORIES= net