Ignore:
Timestamp:
10/20/18 22:12:00 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_free/mediathekdirect.sh

    r42934 r42935  
    136136{
    137137        if [ ! -e "$TMP/$FILENAME.list" ]; then
    138                 $curlbin -o - $URL/$PAGE | tr '[' '\n' | grep \""$NEXT"\" | awk -v SRC=$SRC -v NAME=$NAME -v PICNAME=$PICNAME \
     138                $curlbin --compressed -o - $URL/$PAGE | tr '[' '\n' | grep \""$NEXT"\" | awk -v SRC=$SRC -v NAME=$NAME -v PICNAME=$PICNAME \
    139139                '
    140140                        # BEGIN variable setzen
Note: See TracChangeset for help on using the changeset viewer.