mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
remove -e debug=off, unsupported my some wget versions (1.9), and doesnt makes any difference
Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2fde8aaeba
commit
bf40937bf9
@ -24,7 +24,7 @@ sleep 2
|
||||
(
|
||||
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 &
|
||||
|
Loading…
Reference in New Issue
Block a user