Changeset 37154 for titan/mediathek/localparser_secret/bs.sh
- Timestamp:
- 02/15/16 01:56:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/bs.sh
r37152 r37154 10 10 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 11 11 NAME="burningseries" 12 13 debuglevel=`cat /mnt/config/titan.cfg | grep debuglevel | cut -d"=" -f2`14 curlbin='curl -k -s -L --cookie /mnt/network/cookies --cookie-jar /mnt/network/cookies'15 if [ "$debuglevel" == "99" ]; then curlbin="$curlbin -v"; fi16 17 wgetbin="wget -q -T2"18 TMP=/tmp/localcache19 12 20 13 rm -rf $TMP > /dev/null 2>&1
Note: See TracChangeset
for help on using the changeset viewer.