- update comments, it can also fetch google videos now

- take maintainership
- bump package name
This commit is contained in:
martynas 2009-06-13 02:01:19 +00:00
parent 85db4ef145
commit 50a8a865fd
2 changed files with 8 additions and 6 deletions

View File

@ -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 <martynas@openbsd.org>
# Public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -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")