Ignore:
Timestamp:
02/20/17 03:08:39 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r40051 r40055  
    118118
    119119                if [ ! -z "$TITLE" ] && [ "$TITLE" != " " ] && [ ! -z "$NEWPAGE" ];then
    120                         PIC=`echo $TITLE | tr [A-Z] [a-z] | cut -d "_" -f2 | cut " " -f1`
     120                        PIC=`echo $TITLE | tr [A-Z] [a-z] | cut -d "_" -f2 | cut -d" " -f1`
    121121                        LINE="$TITLE#$SRC $SRC play '$NEWPAGE'#http://atemio.dyndns.tv/mediathek/menu/$PIC.jpg#$PIC.jpg#$NAME#111"
    122122                        echo "$LINE" >> $TMP/$PARSER.$INPUT.list
Note: See TracChangeset for help on using the changeset viewer.