#!/bin/sh

plucker-build \
	--bpp=4\
	--maxwidth=150\
	--maxheight=250\
	--compression=zlib\
	--maxdepth=4\
	--beamable\
        --no-backup\
        --not-launchable\
        --verbosity=0\
	--category=Info\
	--doc-name=YahooMovies\
	--doc-file=yahoomovies\
	http://p5.oa.yahoo.com/raw?dp=movie&action=chglc&addr=&ct=&st=&zip=11205&air=  \
\
&& logger -p local0.debug -t PLUCKER synced yahoomovies \
|| logger -p local0.error -t PLUCKER yahoomovies FAILED

