Changeset 41375 for titan/mediathek/localparser_secret/cricfree.sh
- Timestamp:
- 12/09/17 13:08:05 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/cricfree.sh
r40919 r41375 72 72 piccount=$[$piccount+1] 73 73 # LINE="$TITLE#$URL#$PIC#$PARSER_$piccount.jpg#$NAME#92" 74 # LINE="$TITLE#$SRC $SRC play '$NEWPAGE'#$PIC#$FILENAME.$piccount.jpg#$NAME#111" 74 75 LINE="$TITLE#$SRC $SRC play '$NEWPAGE'#$PIC#$FILENAME.$piccount.jpg#$NAME#111" 76 75 77 echo "$LINE" >> $TMP/$FILENAME.list 76 78 fi … … 83 85 84 86 play() 87 { 88 /tmp/localhoster/hoster.sh get $URL/$PAGE 89 } 90 91 playold() 85 92 { 86 93 rm $TMP/cache.$FILENAME.* > /dev/null 2>&1 … … 151 158 152 159 case $INPUT in 153 #init) $INPUT;;160 init) $INPUT;; 154 161 mainmenu) $INPUT;; 155 162 play) $INPUT;;
Note: See TracChangeset
for help on using the changeset viewer.