diff --git a/net/yt/Makefile b/net/yt/Makefile index 46d1c00cf50..8949be40016 100644 --- a/net/yt/Makefile +++ b/net/yt/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.27 2009/06/13 01:51:08 martynas Exp $ +# $OpenBSD: Makefile,v 1.28 2009/06/13 02:01:19 martynas Exp $ -COMMENT= customizable script to fetch youtube videos +COMMENT= fetch youtube and google videos -PKGNAME= yt-10 +PKGNAME= yt-10p0 CATEGORIES= net www DISTFILES= +MAINTAINER= Martynas Venckus + # Public domain PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/net/yt/files/yt.lua b/net/yt/files/yt.lua index df34297bdcc..b2c7a8fff19 100644 --- a/net/yt/files/yt.lua +++ b/net/yt/files/yt.lua @@ -1,7 +1,7 @@ #!${LOCALBASE}/bin/lua --- $OpenBSD: yt.lua,v 1.21 2009/06/13 01:51:08 martynas Exp $ --- Fetch videos from YouTube.com and convert them to MPEG. --- Written by Pedro Martelletto in August 2006. Public domain. +-- $OpenBSD: yt.lua,v 1.22 2009/06/13 02:01:19 martynas Exp $ +-- Fetch videos from YouTube.com/Videos.Google.com, and convert to MPEG. +-- Written by Pedro Martelletto and Martynas Venckus. Public domain. -- Example: lua yt.lua http://www.youtube.com/watch?v=c5uoo1Kl_uA getopt = require("getopt")