Ignore:
Timestamp:
02/15/16 01:56:32 (8 years ago)
Author:
obi
Message:

test global file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/streamlive.sh

    r37152 r37154  
    1515fi
    1616
    17 ARCH=`cat /etc/.arch`
    1817URL=www.streamlive.to
    1918PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'`
    2019NAME=StreamLive
    21 
    22 debuglevel=`cat /mnt/config/titan.cfg | grep debuglevel | cut -d"=" -f2`
    23 curlbin='curl -k -s -L --cookie /mnt/network/cookies --cookie-jar /mnt/network/cookies'
    24 if [ "$debuglevel" == "99" ]; then curlbin="$curlbin -v"; fi
    25 
    26 wgetbin="wget -q -T2"
    27 TMP=/tmp/localcache
    2820
    2921mkdir $TMP > /dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.