Changeset 37152 for titan/mediathek/localparser_secret/cricfree.sh
- Timestamp:
- 02/15/16 01:46:01 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/cricfree.sh
r37136 r37152 16 16 NAME=CricFree 17 17 18 curlbin='curl -k -s -v -L --cookie /mnt/network/cookies --cookie-jar /mnt/network/cookies' 19 #useragent="Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.7.3000 Chrome/30.0.1599.101 Safari/537.36" 18 debuglevel=`cat /mnt/config/titan.cfg | grep debuglevel | cut -d"=" -f2` 19 curlbin='curl -k -s -L --cookie /mnt/network/cookies --cookie-jar /mnt/network/cookies' 20 if [ "$debuglevel" == "99" ]; then curlbin="$curlbin -v"; fi 20 21 21 22 wgetbin="wget -q -T2" 22 TMP=/tmp/parser 23 #TMP=/mnt/parser/tmp 24 #TMP=/var/usr/local/share/titan/plugins/tithek/parser/tmp 23 TMP=/tmp/localcache 25 24 26 25 #rm -rf $TMP > /dev/null 2>&1
Note: See TracChangeset
for help on using the changeset viewer.