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_free/giga.sh

    r37152 r37154  
    11#!/bin/bash
    22# first sh box parser for titannit mfg obi
     3
     4. /tmp/localhoster/hoster.sh
    35
    46SRC=$1
     
    68PAGE=$3
    79
    8 ARCH=`cat /etc/.arch`
    910URL=http://www.giga.de
    1011PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'`
    1112NAME=Giga
    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"; fi
    16 
    17 wgetbin="wget -q -T2"
    18 TMP=/tmp/localcache
    1913
    2014rm -rf $TMP > /dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.