Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
(
cd data || exit $?
rm -f ff-*;
- WGET_OPTIONS="--user-agent=NSPlayer -q --proxy=off -e verbose=off -e debug=off -e server_response=off"
+ WGET_OPTIONS="--user-agent=NSPlayer -q --proxy=off -e verbose=off -e server_response=off"
for file in $FILES; do
if [ `expr match $file "a-*"` -ne 0 ]; then
wget $WGET_OPTIONS --output-document=- http://localhost:9999/$file > ff-$file &