[chore] wget test.flv from blog if doc repo fail

pull/1/head
q191201771 5 years ago
parent c1f4f06a51
commit 2660880ea1

@ -38,8 +38,10 @@ if [ ! -f "./testdata/test.flv" ]; then
if [ ! -d "./testdata" ]; then
mkdir "./testdata"
fi
#wget https://pengrl.com/images/other/source.200kbps.768x320.flv -O ./testdata/test.flv
wget https://github.com/q191201771/doc/raw/master/stuff/source.200kbps.768x320.flv -O ./testdata/test.flv
if [ ! -f "./testdata/test.flv" ]; then
wget https://pengrl.com/images/other/source.200kbps.768x320.flv -O ./testdata/test.flv
fi
fi
if [ ! -f "./pkg/rtmp/testdata/test.flv" ]; then
if [ ! -d "./pkg/rtmp/testdata" ]; then

Loading…
Cancel
Save