CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/06/12 19:51:08
Modified files:
net/yt : Makefile
net/yt/files : yt.lua
Log message:
- start accepting options: -C, -n, -o
- -C will resume previously interrupted transfer
- -n will not convert videos
- -o=XXX will save file to XXX.(mp4|flv)
- print info stuff to stderr; so we can pipe it
- bump to yt-10; since usage changes
as a result; you can actually stream your videos with mplayer, like:
yt -o=- url | mplayer -
ok jsg@, sthen@